Skip to content

Commit 9eb6587

Browse files
authored
Change stripe-php library requirement to version 12.1 or above
1 parent bbe8c6f commit 9eb6587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"laravel/framework": "~5.8.0|~6.0|~6.2.0|^8.22.2|^9.19|^10.0",
25-
"stripe/stripe-php": "^6.43.0"
25+
"stripe/stripe-php": ">=12.1"
2626
},
2727
"require-dev": {
2828
"orchestra/database": "~3.7.0|~3.8.0|~4.0.0",

0 commit comments

Comments
 (0)