File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,36 @@ We do not give estimated times for completion on `Accepted` Proposals.
17
17
18
18
- Support for Laravel 5.3.
19
19
20
+ ### v4.0.1 - 2016-04-27
21
+
22
+ ` UPDATED `
23
+
24
+ - Service provider to add missing value on the provides array.
25
+
20
26
### v4.0.0 - 2016-01-18
21
27
22
28
` REVISED `
23
29
24
30
- Support for Laravel 5.2.
25
31
32
+ ### v3.0.1 - 2016-04-27
33
+
34
+ ` UPDATED `
35
+
36
+ - Service provider to add missing value on the provides array.
37
+
26
38
### v3.0.0 - 2016-01-18
27
39
28
40
` REVISED `
29
41
30
42
- Support for Laravel 5.1.
31
43
44
+ ### v2.0.5 - 2016-04-27
45
+
46
+ ` UPDATED `
47
+
48
+ - Service provider to add missing value on the provides array.
49
+
32
50
### v2.0.4 - 2016-01-18
33
51
34
52
` REVISED `
@@ -71,6 +89,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
71
89
72
90
- Laravel 4 support.
73
91
92
+ ### v1.0.3 - 2016-04-27
93
+
94
+ ` UPDATED `
95
+
96
+ - Service provider to add missing value on the provides array.
97
+
74
98
### v1.0.2 - 2015-07-29
75
99
76
100
` ADDED `
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function register()
41
41
public function provides ()
42
42
{
43
43
return [
44
- 'stripe ' ,
44
+ 'stripe ' , ' stripe.config '
45
45
];
46
46
}
47
47
You can’t perform that action at this time.
0 commit comments