Skip to content

Commit f91d1d2

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/+/91910 Reviewed-by: Oliver Klee <[email protected]> Tested-by: Garvin Hicking <[email protected]> Tested-by: core-ci <[email protected]> Tested-by: Oliver Klee <[email protected]> Reviewed-by: Stefan Bürk <[email protected]> Tested-by: Stefan Bürk <[email protected]> Reviewed-by: Garvin Hicking <[email protected]>
1 parent df25655 commit f91d1d2

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"lolli42/finediff": "^1.1.1",
7979
"masterminds/html5": "^2.10.0",
8080
"nikic/php-parser": "^5.4.0",
81-
"phpdocumentor/reflection-docblock": "^5.6.3",
81+
"phpdocumentor/reflection-docblock": "^5.6.5",
8282
"phpdocumentor/type-resolver": "^1.8.2",
8383
"psr/container": "^2.0",
8484
"psr/event-dispatcher": "^1.0",

composer.lock

Lines changed: 7 additions & 7 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
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"doctrine/instantiator": "^1.5 || ^2.0",
36-
"phpdocumentor/reflection-docblock": "^5.6.3",
36+
"phpdocumentor/reflection-docblock": "^5.6.5",
3737
"phpdocumentor/type-resolver": "^1.8.2",
3838
"symfony/dependency-injection": "^7.3",
3939
"symfony/property-access": "^7.3",

0 commit comments

Comments
 (0)