summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
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/" }