8000 [BUGFIX] Mark symfony/routing 4.2.7 as conflict · TYPO3-CMS/core@c374080 · GitHub
[go: up one dir, main page]

Skip to content

Commit c374080

Browse files
susannemoogandreaskienast
authored andcommitted
[BUGFIX] Mark symfony/routing 4.2.7 as conflict
Symfony/routing 4.2.7 changed routing behaviour, breaking backwards compatibility and our implementation. Reported at symfony: symfony/symfony#31107 (comment) Mark that version as conflict until the behaviour is fixed. Composer commands: - composer update --lock Resolves: #88171 Releases: master, 9.5 Change-Id: I6f2651a605c6339222626d37c307c04b8f0eadf8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60517 Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
1 parent 98d5a5a commit c374080

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
},
6666
"conflict": {
6767
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
68-
"typo3/cms": "*"
68+
"typo3/cms": "*",
69+
"symfony/routing": "4.2.7"
6970
},
7071
"replace": {
7172
"core": "*",

0 commit comments

Comments
 (0)
0