File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
17
17
18
18
- Support for Laravel 5.1.
19
19
20
+ ### v2.0.5 - 2016-04-27
21
+
22
+ ` UPDATED `
23
+
24
+ - Service provider to add missing value on the provides array.
25
+
20
26
### v2.0.4 - 2016-01-18
21
27
22
28
` REVISED `
@@ -59,6 +65,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
59
65
60
66
- Laravel 4 support.
61
67
68
+ ### v1.0.3 - 2016-04-27
69
+
70
+ ` UPDATED `
71
+
72
+ - Service provider to add missing value on the provides array.
73
+
62
74
### v1.0.2 - 2015-07-29
63
75
64
76
` 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