Skip to content

Commit 41a0aac

Browse files
committed
[TASK] Update phpdocumentor/reflection-docblock dependency
This change updates the `phpdocumentor/reflection-docblock` dependency to a version including required fixes to mitigate native PHP 8.5.0 deprecations. Used command(s): > Build/Scripts/runTests.sh -s composer -- require \ -d typo3/sysext/extbase --no-update \ 'phpdocumentor/reflection-docblock':'^5.6.3' \ && Build/Scripts/runTests.sh -s composer -- require \ 'phpdocumentor/reflection-docblock':'^5.6.3' Resolves: #108023 Releases: main, 13.4, 12.4 Change-Id: I4af036066e2ab02ae0bcc080ae98f908d944d7a7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91469 Tested-by: Stefan Bürk <[email protected]> Reviewed-by: Stefan Bürk <[email protected]> Tested-by: core-ci <[email protected]>
1 parent b0e268c commit 41a0aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2",
23+
"phpdocumentor/reflection-docblock": "^5.6.3",
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)