Symfony 4 compatiblity. Test with PHP 7+.
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user