Fix the behat version to 3.3.*
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
922c2c64b5
commit
33bde0f62a
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~4.6",
|
"phpunit/phpunit": "~4.6",
|
||||||
"behat/behat": "^3.0",
|
"behat/behat": "~3.3.0",
|
||||||
"guzzlehttp/guzzle": "~5.0",
|
"guzzlehttp/guzzle": "~5.0",
|
||||||
"jarnaiz/behat-junit-formatter": "^1.3",
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
||||||
"sabre/dav": "3.2"
|
"sabre/dav": "3.2"
|
||||||
|
|
Loading…
Reference in New Issue