Skip to content

Commit f92a5c2

Browse files
authored
Add support for PHP 8
1 parent d33fd35 commit f92a5c2

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)