Skip to content

Commit

Permalink
chore: Bump to Laravel 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <[email protected]>
  • Loading branch information
brunogaspar committed Sep 8, 2020
1 parent e171e67 commit f5ea7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cartalyst/stripe-laravel",
"description": "Laravel 7 integration for the Cartalyst Stripe package.",
"description": "Laravel 8 integration for the Cartalyst Stripe package.",
"keywords": [
"php",
"cartalyst",
Expand All @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.3",
"cartalyst/stripe": "^2.0",
"illuminate/support": "^7.0"
"illuminate/support": "^8.0"
},
"require-dev": {
"cartalyst/php-cs-fixer-config": "^1.0",
Expand Down

0 comments on commit f5ea7e2

Please sign in to comment.