Skip to content

Commit f5ea7e2

Browse files
committed
chore: Bump to Laravel 8.0
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
1 parent e171e67 commit f5ea7e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cartalyst/stripe-laravel",
3-
"description": "Laravel 7 integration for the Cartalyst Stripe package.",
3+
"description": "Laravel 8 integration for the Cartalyst Stripe package.",
44
"keywords": [
55
"php",
66
"cartalyst",
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.2.5",
19+
"php": "^7.3",
2020
"cartalyst/stripe": "^2.0",
21-
"illuminate/support": "^7.0"
21+
"illuminate/support": "^8.0"
2222
},
2323
"require-dev": {
2424
"cartalyst/php-cs-fixer-config": "^1.0",

0 commit comments

Comments
 (0)