Skip to content

Commit 7c439ee

Browse files
committed
Create release that allows PHP 8.x
1 parent ef7b2f5 commit 7c439ee

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
"irc": "irc://irc.freenode.net/phpunit"
2222
},
2323
"require": {
24-
"php": "^5.6 || ^7.0",
24+
"php": "^5.6 || ^7.0 || ^8.0",
2525
"ext-dom": "*",
2626
"ext-xmlwriter": "*",
2727
"phpunit/php-file-iterator": "^1.3",

0 commit comments

Comments
 (0)