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