Skip to content

Commit 7d4b967

Browse files
committed
Update composer to support PHP 8
1 parent c1170a1 commit 7d4b967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.1.3"
15+
"php": ">=7.1.3|^8.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7.0"
18+
"phpunit/phpunit": "^7.0|^8.0|^9.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)