Skip to content

Commit 771bfb9

Browse files
authored
Remove PHP 7.0 support (#69)
1 parent 7081122 commit 771bfb9

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
@@ -12,7 +12,7 @@
1212
],
1313
"minimum-stability": "RC",
1414
"require": {
15-
"php": ">=7.0.8 <9.0",
15+
"php": ">=7.1.3 <9.0",
1616
"codeception/lib-innerbrowser": "^1.3",
1717
"codeception/codeception": "^4.0",
1818
"ext-json": "*"

0 commit comments

Comments
 (0)