Skip to content

Commit 184231d

Browse files
committed
Support PHP 8
1 parent 263ef0b commit 184231d

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
@@ -22,7 +22,7 @@
2222
"minimum-stability": "RC",
2323

2424
"require": {
25-
"php": ">=5.6.0 <8.0",
25+
"php": ">=5.6.0 <9.0",
2626
"ext-dom": "*",
2727
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0"
2828
},

0 commit comments

Comments
 (0)