Skip to content

Commit c47086e

Browse files
committed
Add conflict with property-info < 5.3
1 parent 4eca8d1 commit c47086e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/Serializer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"phpdocumentor/type-resolver": "<1.4.0",
4848
"symfony/dependency-injection": "<4.4",
4949
"symfony/property-access": "<4.4",
50-
"symfony/property-info": "<4.4",
50+
"symfony/property-info": "<5.3",
5151
"symfony/yaml": "<4.4"
5252
},
5353
"suggest": {

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"symfony/expression-language": "<5.1",
5252
"symfony/http-kernel": "<4.4",
5353
"symfony/intl": "<4.4",
54+
"symfony/property-info": "<5.3",
5455
"symfony/translation": "<4.4",
5556
"symfony/yaml": "<4.4"
5657
},

0 commit comments

Comments
 (0)