Skip to content

Commit 87e5ad9

Browse files
author
Jacob Bennett
authored
Merge pull request #15 from JacobBennett/fix/allow-php8
Update composer to allow PHP8
2 parents b0b0bbf + b19a627 commit 87e5ad9

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
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"stripe/stripe-php": "^4.0|^5.0|^6.0|^7.0",
20-
"php": ">=7.2"
20+
"php": ">=7.2|^8.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)