Skip to content

Commit 14269d0

Browse files
authored
Fix installing on PHP 8.1.1 (#59)
1 parent f57b558 commit 14269d0

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
@@ -18,7 +18,7 @@
1818
],
1919
"minimum-stability": "RC",
2020
"require": {
21-
"php": ">=5.6.0 <=8.1",
21+
"php": ">=5.6.0 <=8.1 | ~8.1.0",
2222
"codeception/lib-innerbrowser": "^1.0",
2323
"codeception/codeception": "^4.0"
2424
},

0 commit comments

Comments
 (0)