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