Symfony4 support

This commit is contained in:
Arnaud Langlade
2018-02-28 13:33:34 +01:00
parent db6193144e
commit b1059a520c
4 changed files with 82 additions and 3 deletions

View File

@@ -13,7 +13,8 @@
"php": "^7.1",
"behat/behat": "^3.1",
"symfony/http-kernel": "^3.3|^4.0"
"symfony/http-kernel": "^3.3|^4.0",
"symfony/dotenv": "^4.0"
},
"require-dev": {
"behat/mink": "^1.7",