Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored Mar 28, 2024
1 parent 4178155 commit 37fd3d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"billing"
],
"require": {
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"stripe/stripe-php": "^7.0"
"illuminate/database": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"stripe/stripe-php": "^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 37fd3d6

Please sign in to comment.