Skip to content

Commit 925bf86

Browse files
committed
minor #41469 [Serializer][Validator] Add conflict with property-info < 5.3 (jderusse)
This PR was merged into the 5.3 branch. Discussion ---------- [Serializer][Validator] Add conflict with property-info < 5.3 | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Both components uses the `getCollectionValueTypes` method from property-info that has been introduced in 5.3 in #39020 https://github.com/symfony/symfony/blob/3581145643f92dba52383c7978cfa3c03ab6c9c1/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php#L415 https://github.com/symfony/symfony/blob/3581145643f92dba52383c7978cfa3c03ab6c9c1/src/Symfony/Component/Validator/Mapping/Loader/PropertyInfoLoader.php#L122 Commits ------- c47086e Add conflict with property-info < 5.3
2 parents 3581145 + c47086e commit 925bf86

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy