Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2968bc0

Browse files
minor #58874 [TypeInfo] Remove conflict with other components (mtarld)
This PR was merged into the 7.2 branch. Discussion ---------- [TypeInfo] Remove conflict with other components | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Update conflicts of Serializer, Validator and PropertyInfo components, as #58872 makes them compatible with 7.2 Commits ------- 09dc00a [TypeInfo] Remove conflict with other components
2 parents d7d9be3 + 09dc00a commit 2968bc0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Symfony/Component/TypeInfo/composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@
3636
"conflict": {
3737
"phpstan/phpdoc-parser": "<1.0",
3838
"symfony/dependency-injection": "<6.4",
39-
"symfony/doctrine-bridge": "7.1.*",
40-
"symfony/framework-bundle": "7.1.*",
41-
"symfony/property-info": "7.1.*",
42-
"symfony/serializer": "7.1.*",
43-
"symfony/validator": "7.1.*"
39+
"symfony/property-info": ">=7.1,<7.1.9",
40+
"symfony/serializer": ">=7.1,<7.1.9",
41+
"symfony/validator": ">=7.1,<7.1.9"
4442
},
4543
"autoload": {
4644
"psr-4": { "Symfony\\Component\\TypeInfo\\": "" },

0 commit comments

Comments
 (0)