Skip to content

Commit 9b0e192

Browse files
authored
Merge pull request #12 from Codeception/change-composer-require-php
Remove '<8.0' requirement in composer.json
2 parents e2ba4fe + cb14efa commit 9b0e192

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
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.2.0 <8.0",
21+
"php": ">=7.2.0",
2222
"ext-phalcon": ">=4",
2323
"codeception/codeception": "^4.0",
2424
"codeception/lib-innerbrowser": "^1.0",

0 commit comments

Comments
 (0)