From a9d1b70b34d4ddcf48c3721a6a004ab0ccc963bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:20:02 +0000 Subject: [PATCH] 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.3.0...6.0.0) --- updated-dependencies: - dependency-name: phpdocumentor/reflection-docblock dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- php-symfony-neuron/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-symfony-neuron/composer.json b/php-symfony-neuron/composer.json index b861a9a..d559616 100644 --- a/php-symfony-neuron/composer.json +++ b/php-symfony-neuron/composer.json @@ -15,7 +15,7 @@ "doctrine/orm": "^3.5", "dompdf/dompdf": "^3.1", "inspector-apm/neuron-ai": "^2.4", - "phpdocumentor/reflection-docblock": "^5.3", + "phpdocumentor/reflection-docblock": "^6.0", "phpoffice/phpspreadsheet": "^5.1", "phpoffice/phpword": "^1.0", "phpstan/phpdoc-parser": "^2.3",