Symfony 4 compatiblity. Test with PHP 7+.

This commit is contained in:
Kévin Dunglas
2017-11-24 17:25:42 +01:00
parent c85f3276c4
commit 63b15740e7
2 changed files with 17 additions and 18 deletions

View File

@@ -18,14 +18,14 @@
"require": {
"php": ">=5.3.2",
"behat/behat": "~3.0,>=3.0.5",
"behat/mink": "~1.5",
"symfony/config": "~2.2|~3.0"
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
"symfony/config": "^2.7|^3.0|^4.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"behat/mink-goutte-driver": "~1.1"
"behat/mink-goutte-driver": "^1.1",
"phpspec/phpspec": "^2.0"
},
"autoload": {