Skip to content

Commit 0734720

Browse files
Merge pull request #9 from arthurperton/master
Support PHP 8
2 parents 00c0455 + 4860afd commit 0734720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]
2525
},
2626
"require": {
27-
"php": "~7.0"
27+
"php": "~7.0|~8.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^6.4"

0 commit comments

Comments
 (0)