From 87319cebc91d9b667b45972285cb59fe4bf3d13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 08:04:39 +0000 Subject: [PATCH] build(deps-dev): update phpdocumentor/reflection-docblock requirement Updates the requirements on [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) to permit the latest version. - [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases) - [Commits](https://github.com/phpDocumentor/ReflectionDocBlock/compare/5.0.0...6.0.3) --- updated-dependencies: - dependency-name: phpdocumentor/reflection-docblock dependency-version: 6.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 798510b29..e3ce9486f 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "myparcelnl/devtools": "^1.0.0", "nette/robot-loader": "^3.0.0", "pestphp/pest": "^1.0.0", - "phpdocumentor/reflection-docblock": "^5.0.0", + "phpdocumentor/reflection-docblock": "^6.0.3", "phpstan/phpstan": "^1.0.0", "rector/rector": "^1.0.0", "spatie/pest-plugin-snapshots": "^1.0.0",