From 5e96c6fce24fedf561c39258d619c2559cda4863 Mon Sep 17 00:00:00 2001 From: Mairu Date: Thu, 18 Jan 2018 23:37:33 +0100 Subject: [PATCH] allow phpdocumentor/reflection-docblock version ^4.0 (#1191) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index db4c029..1bc8209 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "symfony/property-info": "^3.4|^4.0", "exsyst/swagger": "~0.3", "zircote/swagger-php": "^2.0.9", - "phpdocumentor/reflection-docblock": "^3.1" + "phpdocumentor/reflection-docblock": "^3.1|^4.0" }, "require-dev": { "symfony/templating": "^3.4|^4.0",