[TwigBridge] exclude symfony/form 4.0.* from allowed deps

This commit is contained in:
Nicolas Grekas 2018-09-18 19:03:56 +02:00
parent 1834352b59
commit 4eb4089255

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.16|~4.0.13|^4.1.5",
"symfony/form": "^3.4.16|^4.1.5",
"symfony/http-foundation": "^3.3.11|~4.0",
"symfony/http-kernel": "~3.2|~4.0",
"symfony/polyfill-intl-icu": "~1.0",