Skip to content

Commit 6d52112

Browse files
committed
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
2 parents 3dfb539 + a0af484 commit 6d52112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.9",
2020
"symfony/event-dispatcher": "~2.1|~3.0.0",
2121
"symfony/intl": "~2.3|~3.0.0",
22-
"symfony/options-resolver": "~2.6|~3.0.0",
22+
"symfony/options-resolver": "~2.6",
2323
"symfony/property-access": "~2.3|~3.0.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)