minor #13679 [Form] OptionsResolver 3.0 is not BC anymore (nicolas-grekas)

This PR was merged into the 2.7 branch.

Discussion
----------

[Form] OptionsResolver 3.0 is not BC anymore

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

Commits
-------

a0af484 [Form] OptionsResolver 3.0 is not BC anymore
This commit is contained in:
Fabien Potencier 2015-02-13 10:50:36 +01:00
commit 6d52112743

View File

@ -19,7 +19,7 @@
"php": ">=5.3.9",
"symfony/event-dispatcher": "~2.1|~3.0.0",
"symfony/intl": "~2.3|~3.0.0",
"symfony/options-resolver": "~2.6|~3.0.0",
"symfony/options-resolver": "~2.6",
"symfony/property-access": "~2.3|~3.0.0"
},
"require-dev": {