Skip to content

Commit 254ffc1

Browse files
committed
Composer: allow PHP 8
1 parent 65f8b97 commit 254ffc1

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
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.2",
22+
"php": ">=7.2",
2323
"codeception/codeception": "^4.0.2",
2424
"codeception/lib-innerbrowser": "^1.3",
2525
"nette/di": "^3.0",

0 commit comments

Comments
 (0)