File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ We do not give estimated times for completion on `Accepted` Proposals.
11
11
12
12
---
13
13
14
- ### v8.0.0 - TBA
14
+ ### v8.0.0 - 2018-02-07
15
15
16
16
` REVISED `
17
17
Original file line number Diff line number Diff line change 4
4
5
5
Laravel 5.6 integration for the [ Cartalyst Stripe] ( https://cartalyst.com/manual/stripe/2.0 ) package.
6
6
7
- The package requires PHP 7.0 + and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.
7
+ The package requires PHP 7.1.3 + and follows the FIG standards PSR-1, PSR-2 and PSR-4 to ensure a high level of interoperability between shared PHP.
8
8
9
9
An open source package by [ Cartalyst] ( https://cartalyst.com ) , code well, rock on!
10
10
@@ -31,7 +31,7 @@ Raw files can be found [here](https://github.com/cartalyst/stripe-laravel/tree/d
31
31
32
32
Important versions listed below. Refer to the [ Change Log] ( CHANGELOG.md ) for a full history of the project.
33
33
34
- - [ 8.0] ( CHANGELOG.md ) - TBA
34
+ - [ 8.0] ( CHANGELOG.md ) - 2018-02-07
35
35
- [ 7.0] ( CHANGELOG.md ) - 2017-08-30
36
36
- [ 6.0] ( CHANGELOG.md ) - 2017-01-24
37
37
- [ 5.0] ( CHANGELOG.md ) - 2016-08-29
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=7.0 " ,
19
+ "php" : " >=7.1.3 " ,
20
20
"illuminate/support" : " 5.6.*" ,
21
21
"cartalyst/stripe" : " ~2.0"
22
22
},
23
23
"require-dev" : {
24
24
"phpunit/phpunit" : " ~6.0"
25
25
},
26
26
"autoload" : {
27
- "psr-4" : { "Cartalyst\\ Stripe\\ Laravel\\ " : " src/" }
27
+ "psr-4" : {
28
+ "Cartalyst\\ Stripe\\ Laravel\\ " : " src/"
29
+ }
28
30
},
29
31
"extra" : {
30
32
"component" : " implementation" ,
40
42
}
41
43
}
42
44
},
43
- "minimum-stability" : " dev" ,
44
- "prefer-stable" : true
45
+ "minimum-stability" : " stable"
45
46
}
You can’t perform that action at this time.
0 commit comments