Skip to content

Commit 60a0c4b

Browse files
committed
[Serializer] Add missing conflict for property-info<3.1
1 parent 4d247b0 commit 60a0c4b

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)