Skip to content

Commit d71778a

Browse files
committed
Merge 2.0 branch.
Signed-off-by: Bruno Gaspar <[email protected]>
2 parents b5136b5 + 59e3545 commit d71778a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
1717

1818
- Support for Laravel 5.1.
1919

20+
### v2.0.5 - 2016-04-27
21+
22+
`UPDATED`
23+
24+
- Service provider to add missing value on the provides array.
25+
2026
### v2.0.4 - 2016-01-18
2127

2228
`REVISED`
@@ -59,6 +65,12 @@ We do not give estimated times for completion on `Accepted` Proposals.
5965

6066
- Laravel 4 support.
6167

68+
### v1.0.3 - 2016-04-27
69+
70+
`UPDATED`
71+
72+
- Service provider to add missing value on the provides array.
73+
6274
### v1.0.2 - 2015-07-29
6375

6476
`ADDED`

src/StripeServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function register()
4141
public function provides()
4242
{
4343
return [
44-
'stripe',
44+
'stripe', 'stripe.config'
4545
];
4646
}
4747

0 commit comments

Comments
 (0)