From b8eccbe16759a5938d581c3a49553c9468aa24dc Mon Sep 17 00:00:00 2001 From: Shalvah Date: Fri, 6 Mar 2020 09:08:25 +0100 Subject: [PATCH] Switch version constraint for documentarian back to ^ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 10a4075b..b32e816d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "illuminate/routing": "^5.7|^6.0|^7.0", "illuminate/support": "^5.7|^6.0|^7.0", "league/flysystem": "^1.0", - "mpociot/documentarian": "*", + "mpociot/documentarian": "^0.4.0", "mpociot/reflection-docblock": "^1.0.1", "nunomaduro/collision": "^3.0|^4.0", "ramsey/uuid": "^3.8",