Skip to content

Commit

Permalink
[BUGFIX] Mark guzzlehttp/guzzle >= 6.5.0 as conflict
Browse files Browse the repository at this point in the history
Due to the INTL/ICU bug, which we
have seen on various places, Guzzle, which
does not cover our edge cases yet, ran
in the same issue as our Core versions earlier
in 2019.

See
guzzle/guzzle#2448
guzzle/guzzle#2454

For the time being, lets mark guzzle as
incompatible until Guzzle has solved the issue
and released a new version, so we can loosen
the conflict constraint.

Related: #87953
Resolves: #89904
Releases: master, 9.5, 8.7
Change-Id: If64fb9472d046f020c850cd0551beeaf78796b60
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62612
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Oliver Hader <oliver.hader@typo3.org>
Reviewed-by: Oliver Hader <oliver.hader@typo3.org>
  • Loading branch information
bmack authored and ohader committed Dec 13, 2019
1 parent dba630c commit 4a8e800
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -80,6 +80,7 @@
"ext-mysqli": ""
},
"conflict": {
"guzzlehttp/guzzle": ">= 6.5.0",
"symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0",
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
"symfony/routing": "4.2.7",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

1 change: 1 addition & 0 deletions typo3/sysext/core/composer.json
Expand Up @@ -64,6 +64,7 @@
"ext-zlib": "TYPO3 uses zlib for amongst others output compression and un/packing t3x extension files"
},
"conflict": {
"guzzlehttp/guzzle": ">= 6.5.0",
"symfony/cache": "< 2.8.50 >= 2.8.0 || < 3.4.26 >= 3.4.0 || < 4.1.12 >= 4.1.0 || < 4.2.7 >= 4.2.0",
"symfony/finder": "2.7.44 || 2.8.37 || 3.4.7 || 4.0.7",
"typo3/cms": "*",
Expand Down

0 comments on commit 4a8e800

Please sign in to comment.