Skip to content

Commit eec07d9

Browse files
minor #59008 [PropertyInfo] remove conflict with symfony/serializer < 6.4 (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [PropertyInfo] remove conflict with symfony/serializer < 6.4 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- eb9e923 remove conflict with symfony/serializer < 6.4
2 parents 403a9c3 + eb9e923 commit eec07d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"conflict": {
3737
"phpdocumentor/reflection-docblock": "<5.2",
3838
"phpdocumentor/type-resolver": "<1.5.1",
39-
"symfony/dependency-injection": "<5.4",
40-
"symfony/serializer": "<6.4"
39+
"symfony/dependency-injection": "<5.4"
4140
},
4241
"autoload": {
4342
"psr-4": { "Symfony\\Component\\PropertyInfo\\": "" },

0 commit comments

Comments
 (0)