chore (Packages) allow Symfony 4 and PHP 7.1
This commit is contained in:
parent
2012808bc6
commit
3691a30240
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue