Skip to content

Commit

Permalink
[TASK] Raise guzzlehttp/promises to v2
Browse files Browse the repository at this point in the history
The update brings PHP 7 typehints to guzzlehttp/promises.
guzzlehttp/guzzle mainly raised for guzzlehttp/promises v2
compatibility, but also contains a bugfix for SetCookie::fromString.

> composer require -W guzzlehttp/guzzle:^7.7.0
> composer require guzzlehttp/promises:^2.0
> composer require --no-update guzzlehttp/promises:^2.0 \
  -d typo3/sysext/install/
> composer require --no-update guzzlehttp/guzzle:^7.7.0 \
  -d typo3/sysext/core/

- Upgrading guzzlehttp/guzzle (7.5.1 => 7.7.0)
- Upgrading guzzlehttp/promises (1.5.3 => 2.0.0)

Resolves: #100919
Releases: main, 12.4, 11.5
Change-Id: I3183f2619a060ec768646b1c4a97fdf937312514
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79142
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Nikita Hovratov <nikita.h@live.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Nikita Hovratov <nikita.h@live.de>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79156
  • Loading branch information
nhovratov committed Jun 1, 2023
1 parent 5c1f968 commit 06176b1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 36 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -58,8 +58,8 @@
"egulias/email-validator": "^4.0",
"enshrined/svg-sanitize": "^0.15.4",
"firebase/php-jwt": "^6.4.0",
"guzzlehttp/guzzle": "^7.5.1",
"guzzlehttp/promises": "^1.5.2",
"guzzlehttp/guzzle": "^7.7.0",
"guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^2.5.0",
"lolli42/finediff": "^1.0.2",
"masterminds/html5": "^2.7.6",
Expand Down
61 changes: 29 additions & 32 deletions composer.lock

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

2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -40,7 +40,7 @@
"egulias/email-validator": "^4.0",
"enshrined/svg-sanitize": "^0.15.4",
"firebase/php-jwt": "^6.4.0",
"guzzlehttp/guzzle": "^7.5.1",
"guzzlehttp/guzzle": "^7.7.0",
"guzzlehttp/psr7": "^2.5.0",
"lolli42/finediff": "^1.0.2",
"masterminds/html5": "^2.7.6",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/install/composer.json
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"doctrine/dbal": "^3.6.2",
"guzzlehttp/promises": "^1.5.2",
"guzzlehttp/promises": "^2.0",
"nikic/php-parser": "^4.15.4",
"symfony/finder": "^6.2",
"symfony/http-foundation": "^6.2",
Expand Down

0 comments on commit 06176b1

Please sign in to comment.