Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29b5a6e

Browse files
committed
minor #21779 [Form][Serializer] Add missing conflicts for DI (chalasr)
This PR was merged into the 3.3-dev branch. Discussion ---------- [Form][Serializer] Add missing conflicts for DI | Q | A | ------------- | --- | Branch? | master | Tests pass? | yes | Fixed tickets | #21375 (comment) | License | MIT They make use of `PriorityTaggedServiceTrait` which is available since 3.2 only Commits ------- ddae4ef [Form][Serializer] Add missing conflicts for DI
2 parents e7a9f03 + ddae4ef commit 29b5a6e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Symfony/Component/Form/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"conflict": {
3838
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
39+
"symfony/dependency-injection": "<3.2",
3940
"symfony/doctrine-bridge": "<2.7",
4041
"symfony/framework-bundle": "<2.7",
4142
"symfony/twig-bridge": "<2.7"

src/Symfony/Component/Serializer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"phpdocumentor/reflection-docblock": "~3.0"
3232
},
3333
"conflict": {
34+
"symfony/dependency-injection": "<3.2",
3435
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
3536
"symfony/property-info": "<3.1",
3637
"symfony/yaml": "<3.1"

0 commit comments

Comments
 (0)