Skip to content

Commit

Permalink
minor #13679 [Form] OptionsResolver 3.0 is not BC anymore (nicolas-gr…
Browse files Browse the repository at this point in the history
…ekas)

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
  • Loading branch information
fabpot committed Feb 13, 2015
2 parents 3dfb539 + a0af484 commit 6d52112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 6d52112

Please sign in to comment.