8000 minor #21309 [Serializer] Add missing conflict for property-info<3.1 … · symfony/symfony@dd42d72 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd42d72

Browse files
minor #21309 [Serializer] Add missing conflict for property-info<3.1 (chalasr)
This PR was merged into the 3.1 branch. Discussion ---------- [Serializer] Add missing conflict for property-info<3.1 | Q | A | ------------- | --- | Branch? | 3.1 | Bug E298 fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #21293 (comment) | License | MIT | Doc PR | n/a Commits ------- 60a0c4b [Serializer] Add missing conflict for property-info<3.1
2 parents 4268aba + 60a0c4b commit dd42d72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Serializer/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"phpdocumentor/reflection-docblock": "~3.0"
3131
},
3232
"conflict": {
33-
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4"
33+
"symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
34+
"symfony/property-info": "<3.1"
3435
},
3536
"suggest": {
3637
"psr/cache-implementation": "For using the metadata cache.",

0 commit comments

Comments
 (0)
0