Skip to content

Commit e65ddf6

Browse files
committed
[TASK] Update phpdocumentor/reflection-docblock:^5.6.5
This change updates dependency "phpdocumentor/reflection-docblock" to ensure having latest PHP8.5.0 related fixes on board. [1][2] Used command(s): > BIN_COMPOSER="$( which composer )" \ && ${BIN_COMPOSER} require --no-update \ -d typo3/sysext/extbase \ 'phpdocumentor/reflection-docblock':'^5.6.5' \ && ${BIN_COMPOSER} require \ 'phpdocumentor/reflection-docblock':'^5.6.5' [1] phpDocumentor/ReflectionDocBlock#422 [2] https://github.com/phpDocumentor/ReflectionDocBlock/releases/tag/5.6.5 Resolves: #108359 Releases: main, 13.4, 12.4 Change-Id: Ie73e578949983c0039d33f882ff3b1ab3d2fdf8c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91932 Tested-by: Stefan Bürk <stefan@buerk.tech> Reviewed-by: Stefan Bürk <stefan@buerk.tech> Tested-by: core-ci <typo3@b13.com>
1 parent 8213fa8 commit e65ddf6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"lolli42/finediff": "^1.0.2",
6464
"masterminds/html5": "^2.10.0",
6565
"nikic/php-parser": "^4.15.4",
66-
"phpdocumentor/reflection-docblock": "^5.6.3",
66+
"phpdocumentor/reflection-docblock": "^5.6.5",
6767
"phpdocumentor/type-resolver": "^1.7.1",
6868
"psr/container": "^2.0",
6969
"psr/event-dispatcher": "^1.0",

composer.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typo3/sysext/extbase/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require": {
2222
"doctrine/instantiator": "^1.5 || ^2.0",
23-
"phpdocumentor/reflection-docblock": "^5.6.3",
23+
"phpdocumentor/reflection-docblock": "^5.6.5",
2424
"phpdocumentor/type-resolver": "^1.7.1",
2525
"symfony/dependency-injection": "^6.4 || ^7.0",
2626
"symfony/property-access": "^6.4 || ^7.0",

0 commit comments

Comments
 (0)