Add support for PHP 7.4

This commit is contained in:
Kamil Kokot
2020-01-13 20:42:34 +01:00
parent c2afff0d15
commit c3488f08d6
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
],
"require": {
"php": "^7.1",
"behat/behat": "^3.4",
"behat/behat": "^3.6.1",
"symfony/dependency-injection": "^3.4|^4.4|^5.0",
"symfony/http-kernel": "^3.4|^4.4|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.4|^5.0"