Skip to content

Commit 956c43a

Browse files
committed
Set minimum PHP version to 7.0
1 parent efad0ba commit 956c43a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"behat/behat": "^3.0"
13+
"behat/behat": "^3.0",
14+
"php": ">=7.0"
1415
},
1516
"autoload": {
1617
"psr-4": {

0 commit comments

Comments
 (0)