Skip to content

Commit a496eac

Browse files
authored
Allow stripe sdk v8 (#123)
1 parent edc7f8d commit a496eac

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
@@ -21,7 +21,7 @@
2121
"php": "^8.0",
2222
"illuminate/support": "^8.0|^9.0",
2323
"spatie/laravel-webhook-client": "^3.0",
24-
"stripe/stripe-php": "^7.51"
24+
"stripe/stripe-php": "^7.51|^8.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "^6.0|^7.0",

0 commit comments

Comments
 (0)