Skip to content

Commit

Permalink
Widen version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored Jul 9, 2024
1 parent a2d8604 commit c8c0ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"require": {
"illuminate/database": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"stripe/stripe-php": "^10.0"
"stripe/stripe-php": ">=10.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
Expand Down

0 comments on commit c8c0ffc

Please sign in to comment.