Skip to content

Commit 62ef09f

Browse files
Update composer.json to be able to run with php8 (#625)
* Update composer.json php8 * Update composer.json
1 parent 1ba7c8a commit 62ef09f

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
}
2222
],
2323
"require": {
24-
"php": "^7.2",
24+
"php": "^7.2|^8.0",
2525
"omnipay/common": "^3",
2626
"php-http/discovery": "^1.12",
2727
"php-http/guzzle7-adapter": "^0.1"

0 commit comments

Comments
 (0)