[Bridge/Twig] Fix lowest form dep

This commit is contained in:
Nicolas Grekas 2015-11-29 10:55:05 +01:00
parent a3991535d7
commit beb8525fe4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"require-dev": {
"symfony/asset": "~2.7",
"symfony/finder": "~2.3",
"symfony/form": "~2.7,>=2.7.6",
"symfony/form": "~2.7.8|~2.8,>2.8-BETA1",
"symfony/http-kernel": "~2.3",
"symfony/intl": "~2.3",
"symfony/routing": "~2.2",