Skip to content
Snippets Groups Projects
Commit 738d5261 authored by Benni Mack's avatar Benni Mack Committed by Daniel Goerz
Browse files

[BUGFIX] Add PHP8 compatibility to phpdocumentor packages

TYPO3 already ships with latest versions for our
phpdocumentor dependencies, but in order to run
our test suite, the dependency suite is bumped
to use the latest versions that are compatible
with PHP 7.2 - PHP 8.0.

Used composer commands:
- composer require "phpdocumentor/reflection-docblock:^5.2" \
    "phpdocumentor/type-resolver:^1.3" -W
- composer require "phpdocumentor/reflection-docblock:^5.2" \
    "phpdocumentor/type-resolver:^1.3" \
     --no-update -d typo3/sysext/extbase

Resolves: #93563
Releases: master, 10.4
Change-Id: Id321ad8d7659dab21b176793e7bde571716d8313
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68032


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 8f13a6c4
Branches
Tags
No related merge requests found
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