From 90cf20cc16dd45dde59f4a0fafb0879b07c9c400 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Oct 2017 14:44:57 +0200 Subject: v5.2.2 --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 3e26b0f..009c148 100644 --- a/composer.json +++ b/composer.json @@ -40,9 +40,8 @@ }, "require-dev": { "json-schema/JSON-Schema-Test-Suite": "1.2.0", - "phpunit/phpunit": "^4.8.22", "friendsofphp/php-cs-fixer": "^2.1", - "phpdocumentor/phpdocumentor": "^2.7" + "phpunit/phpunit": "^4.8.22" }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } -- cgit