Skip to content

Commit 8529b41

Browse files
committed
bug symfony#59245 [PropertyInfo] Fix add missing composer conflict (mtarld)
This PR was merged into the 6.4 branch. Discussion ---------- [PropertyInfo] Fix add missing composer conflict | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Add missing composer conflicts in PropertyInfo component Commits ------- c962324 [PropertyInfo] Fix add missing composer conflict
2 parents 269ba59 + c962324 commit 8529b41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
"doctrine/annotations": "<1.12",
3939
"phpdocumentor/reflection-docblock": "<5.2",
4040
"phpdocumentor/type-resolver": "<1.5.1",
41-
"symfony/dependency-injection": "<5.4",
42-
"symfony/dependency-injection": "<5.4|>=6.0,<6.4"
41+
"symfony/dependency-injection": "<5.4|>=6.0,<6.4",
42+
"symfony/cache": "<5.4",
43+
"symfony/serializer": "<5.4"
4344
},
4445
"autoload": {
4546
"psr-4": { "Symfony\\Component\\PropertyInfo\\": "" },

0 commit comments

Comments
 (0)