[TwigBridge] fix lowest version of symfony/form

This commit is contained in:
Nicolas Grekas 2018-09-18 18:35:26 +02:00
parent cdf86bb303
commit 1834352b59

View File

@ -23,7 +23,7 @@
"symfony/asset": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/form": "^3.4.13|~4.0.13|^4.1.2",
"symfony/form": "^3.4.16|~4.0.13|^4.1.5",
"symfony/http-foundation": "^3.3.11|~4.0",
"symfony/http-kernel": "~3.2|~4.0",
"symfony/polyfill-intl-icu": "~1.0",