From 96520bbc232454fdbf7022cd7e765d095080ce8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:06:55 +0000 Subject: [PATCH] build(deps-dev): update phpdocumentor/reflection-docblock requirement || ^6.0.0 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.0) --- updated-dependencies: - dependency-name: phpdocumentor/reflection-docblock dependency-version: 6.0.0 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 6bf1bf55f..94b616950 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,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": "^5.0.0 || ^6.0.0", "phpstan/phpstan": "^1.0.0", "rector/rector": "^1.0.0", "spatie/pest-plugin-snapshots": "^1.0.0",