Skip to content
Snippets Groups Projects
Commit 5b56d87f authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[BUGFIX] Loosen constraint to guzzlehttp/psr7

The first release of the v2 branch of guzzlehttp/psr7 was in
June 30th 2021, which is around two months from now at the time of
writing this commit message.

Many 3rd party libraries are not compatible to version 2.0 of
guzzlehttp/psr7 yet, which makes updates impossible without using nasty
hacks.

For this reason, the constraint is loosened to allow both, 1.7 and 2.0
of guzzlehttp/psr7.

Executed commands:

  composer req guzzlehttp/psr7:"^1.7.0 || ^2.0"
  composer req guzzlehttp/psr7:"^1.7.0 || ^2.0" -d typo3/sysext/core --no-update

Resolves: #95136
Related: #94454
Releases: master
Change-Id: Ic1efe3da5f6aede215720e7a86ab24475922f0a2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70955


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarRiny van Tiggelen <info@online-gamer.nl>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 287feb00
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment