Skip to content

Commit 1612eda

Browse files
committed
allow stripe-php v12
1 parent 25873f8 commit 1612eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
php: [ 8.0, 8.1, 8.2 ]
2424
laravel: [ 9, 10 ]
25-
stripe: [ 8, 9, 10, 11 ]
25+
stripe: [ 8, 9, 10, 12 ]
2626
exclude:
2727
- php: 8.0
2828
laravel: 10

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"illuminate/http": "^9.34 || ^10",
2020
"illuminate/support": "^9.34|| ^10",
2121
"illuminate/translation": "^9.34 || ^10",
22-
"stripe/stripe-php": "^8.0 || ^9.0 || ^10.0 || ^11.0"
22+
"stripe/stripe-php": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.4",

0 commit comments

Comments
 (0)