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/+/62606
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 c229e42 commit 9eb93de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -70,6 +70,7 @@
},
"conflict": {
"hoa/core": "*",
"guzzlehttp/guzzle": ">= 6.5.0",
"typo3/cms": "*"
},
"replace": {
Expand Down

0 comments on commit 9eb93de

Please sign in to comment.