minor #18335 [TwigBridge] fix lowest required Form dependency (xabbuh)

This PR was merged into the 3.0 branch.

Discussion
----------

[TwigBridge] fix lowest required Form dependency

| Q             | A
| ------------- | ---
| Branch?       | 3.0
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

77139ca [TwigBridge] fix lowest required Form dependency
This commit is contained in:
Fabien Potencier 2016-03-28 09:01:03 +02:00
commit 27dc53edd6

View File

@ -22,7 +22,7 @@
"require-dev": {
"symfony/asset": "~2.8|~3.0",
"symfony/finder": "~2.8|~3.0",
"symfony/form": "~2.8.4|~3.0.4",
"symfony/form": "~3.0.4",
"symfony/http-kernel": "~2.8|~3.0",
"symfony/polyfill-intl-icu": "~1.0",
"symfony/routing": "~2.8|~3.0",