Skip to content

Commit

Permalink
Change stripe-php library requirement to version 12.1 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
scramatte authored Sep 3, 2023
1 parent bbe8c6f commit 9eb6587
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 @@ -22,7 +22,7 @@
],
"require": {
"laravel/framework": "~5.8.0|~6.0|~6.2.0|^8.22.2|^9.19|^10.0",
"stripe/stripe-php": "^6.43.0"
"stripe/stripe-php": ">=12.1"
},
"require-dev": {
"orchestra/database": "~3.7.0|~3.8.0|~4.0.0",
Expand Down

0 comments on commit 9eb6587

Please sign in to comment.