Skip to content

Commit 7879c61

Browse files
authored
Merge pull request #97 from wp-cli/fix/lock-behat-to-v2.5.5-plus
2 parents e47c8ed + 7d6f8ec commit 7879c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"license": "MIT",
1010
"type" : "phpcodesniffer-standard",
1111
"require": {
12-
"php": ">=5.4",
13-
"behat/behat": "^2.5",
12+
"php": ">=5.6",
13+
"behat/behat": "^2.5.5",
1414
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || ^0.5 || ^0.6.2 || ^0.7",
1515
"php-parallel-lint/php-console-highlighter": "^0.5",
1616
"php-parallel-lint/php-parallel-lint": "^1",
@@ -27,7 +27,7 @@
2727
},
2828
"config": {
2929
"platform": {
30-
"php": "5.4"
30+
"php": "5.6"
3131
},
3232
"sort-packages": true
3333
},

0 commit comments

Comments
 (0)