Skip to content

Commit d7d9be3

Browse files
committed
minor symfony#58869 [TypeInfo] tighten conflict rules (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [TypeInfo] tighten conflict rules | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Fix symfony#57630 (comment) | License | MIT Commits ------- 87579c0 tighten conflict rules
2 parents c5ab355 + 87579c0 commit d7d9be3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Symfony/Component/TypeInfo/composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
"conflict": {
3737
"phpstan/phpdoc-parser": "<1.0",
3838
"symfony/dependency-injection": "<6.4",
39-
"symfony/property-info": "<7.2",
40-
"symfony/serializer": "<7.2",
41-
"symfony/validator": "<7.2"
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.*"
4244
},
4345
"autoload": {
4446
"psr-4": { "Symfony\\Component\\TypeInfo\\": "" },

0 commit comments

Comments
 (0)