Skip to content

Commit

Permalink
[BUGFIX] Mark symfony/routing 4.2.7 as conflict
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
susannemoog authored and andreaskienast committed Apr 19, 2019
1 parent f30e78f commit 247cd2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -80,7 +80,8 @@
"ext-mysqli": ""
},
"conflict": {
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7"
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
"symfony/routing": "4.2.7"
},
"extra": {
"typo3/class-alias-loader": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -65,7 +65,8 @@
},
"conflict": {
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
"typo3/cms": "*"
"typo3/cms": "*",
"symfony/routing": "4.2.7"
},
"replace": {
"core": "*",
Expand Down

0 comments on commit 247cd2a

Please sign in to comment.