From 4b9905fe8bb90f3d029313b4e939a74a4e72dcd8 Mon Sep 17 00:00:00 2001 From: Guilhem Niot Date: Mon, 10 Jan 2022 15:40:13 +0100 Subject: [PATCH] Allow more versions of phpdocumentor/reflection-docblock --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eb798711b..d69570a73 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "symfony/property-info": "^4.4|^5.0|^6.0", "symfony/routing": "^4.4|^5.0|^6.0", "zircote/swagger-php": "^3.2|^4.0", - "phpdocumentor/reflection-docblock": "^3.1|^4.4|^5.0" + "phpdocumentor/reflection-docblock": "^3.1|^4.0|^5.0" }, "require-dev": { "sensio/framework-extra-bundle": "^4.4|^5.2|^6.0",