Task #99242
closedUpdate Guzzle to be PHP 8.2 compatible
Added by Benni Mack almost 2 years ago. Updated almost 2 years ago.
100%
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76878
Updated by Gerrit Code Review almost 2 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76878
Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76878
Updated by Gerrit Code Review almost 2 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76878
Updated by Gerrit Code Review almost 2 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76878
Updated by Gerrit Code Review almost 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/76879
Updated by Benni Mack almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 71756e8d48e749e8f175c31a08fea8f99643a9a5.
Updated by Daniel Schöne almost 2 years ago
Why was this also backported to 11.5? According to https://typo3.org/cms/roadmap 11.5 has no official PHP 8.2 support?
guzzlehttp/psr7:^2.4.3 requirement prevents TYPO3 11.5.20(21) security update in one of our installations.
Updated by Benni Mack almost 2 years ago
Daniel Schöne wrote in #note-9:
Why was this also backported to 11.5? According to https://typo3.org/cms/roadmap 11.5 has no official PHP 8.2 support?
Because we want to provide PHP 8.2 support for v11 LTS as well, and we are preparing our code base for it. Updating the typo3.org page is the last part along with the announcement of the official PHP 8.2 support.
guzzlehttp/psr7:^2.4.3 requirement prevents TYPO3 11.5.20(21) security update in one of our installations.
How did you update? Via composer? If so, does `composer update "typo3/cms-*" -W` solve your problem?
Updated by Daniel Schöne almost 2 years ago
Benni Mack wrote in #note-10:
thanks for your response. Did't catch the announcement of PHP 8.2 support.
How did you update? Via composer? If so, does `composer update "typo3/cms-*" -W` solve your problem?
This actually did not work as one of our dependencies did not support guzzlehttp/psr-7:2.4 yet. Could workaround using a forked version for the time being.