Skip to content

Commit ca2c27c

Browse files
committed
chore: Version 8.0 release.
Signed-off-by: Bruno Gaspar <[email protected]>
1 parent 89fcbef commit ca2c27c

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We do not give estimated times for completion on `Accepted` Proposals.
1111

1212
---
1313

14-
### v8.0.0 - TBA
14+
### v8.0.0 - 2018-02-07
1515

1616
`REVISED`
1717

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Laravel 5.6 integration for the [Cartalyst Stripe](https://cartalyst.com/manual/stripe/2.0) package.
66

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.
88

99
An open source package by [Cartalyst](https://cartalyst.com), code well, rock on!
1010

@@ -31,7 +31,7 @@ Raw files can be found [here](https://github.com/cartalyst/stripe-laravel/tree/d
3131

3232
Important versions listed below. Refer to the [Change Log](CHANGELOG.md) for a full history of the project.
3333

34-
- [8.0](CHANGELOG.md) - TBA
34+
- [8.0](CHANGELOG.md) - 2018-02-07
3535
- [7.0](CHANGELOG.md) - 2017-08-30
3636
- [6.0](CHANGELOG.md) - 2017-01-24
3737
- [5.0](CHANGELOG.md) - 2016-08-29

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.0",
19+
"php": ">=7.1.3",
2020
"illuminate/support": "5.6.*",
2121
"cartalyst/stripe": "~2.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "~6.0"
2525
},
2626
"autoload": {
27-
"psr-4": { "Cartalyst\\Stripe\\Laravel\\": "src/" }
27+
"psr-4": {
28+
"Cartalyst\\Stripe\\Laravel\\": "src/"
29+
}
2830
},
2931
"extra": {
3032
"component": "implementation",
@@ -40,6 +42,5 @@
4042
}
4143
}
4244
},
43-
"minimum-stability": "dev",
44-
"prefer-stable": true
45+
"minimum-stability": "stable"
4546
}

0 commit comments

Comments
 (0)