Skip to content

Commit e3636f0

Browse files
authored
Merge pull request #17 from mnapoli/patch-1
Add support for PHP 8
2 parents 1dc58b8 + f92a5c2 commit e3636f0

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"phpunit/phpunit": "^9.0",
7-
"php": "^7.3"
7+
"php": "^7.3|^8.0"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)