diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-17 07:02:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-17 07:02:13 +0200 |
commit | 0cd846efc53c8e9088612fcbb9d6d9913d5fb8d5 (patch) | |
tree | 88c14b08262cec4a4c55f498ebc72e4f548b1025 /composer.json | |
parent | c7c2cafe3ded3a303a12cd6078f77893c09b554c (diff) |
v5.2.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f1f6fae..3e26b0f 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,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/" } |