chore (Packages) allow Symfony 4 and PHP 7.1

This commit is contained in:
Olaf 2020-01-03 01:01:41 +01:00
parent 2012808bc6
commit 3691a30240
1 changed files with 5 additions and 5 deletions

View File

@ -17,12 +17,12 @@
}
],
"require": {
"php": "^7.2.5",
"php": "^7.1.3",
"ext-gd": "*",
"gregwar/captcha": "~1.1",
"symfony/form": "~5.0",
"symfony/framework-bundle": "~5.0",
"symfony/translation": "^5.0",
"symfony/form": "~4.0|~5.0",
"symfony/framework-bundle": "~4.0|~5.0",
"symfony/translation": "~4.0|^5.0",
"twig/twig": "^2.10|^3.0"
},
"autoload": {
@ -34,6 +34,6 @@
"sort-packages": true
},
"require-dev": {
"symplify/easy-coding-standard": "^7.1"
"symplify/easy-coding-standard": "^6.1"
}
}