From 1cc4a084727a8d0509c86b848e286b5563e9791d Mon Sep 17 00:00:00 2001 From: Erayd Date: Thu, 4 May 2017 11:20:48 +1200 Subject: [PATCH] Tweak phpdocumentor dependency to avoid install conflicts --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7707dfb7..c42f2178 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "json-schema/JSON-Schema-Test-Suite": "1.2.0", "phpunit/phpunit": "^4.8.22", "friendsofphp/php-cs-fixer": "^2.1", - "phpdocumentor/phpdocumentor": "~2" + "phpdocumentor/phpdocumentor": "^2.7" }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" }