summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 4a1c393..462ac4e 100644
--- a/composer.json
+++ b/composer.json
@@ -22,10 +22,10 @@
"require": {
"php": ">=7.0",
"netresearch/jsonmapper": "^1.0",
- "phpdocumentor/reflection-docblock": "^3.1"
+ "phpdocumentor/reflection-docblock": "^4.0.0"
},
"require-dev": {
- "phpunit/phpunit": "^5.5"
+ "phpunit/phpunit": "^6.0.0"
},
"minimum-stability": "dev",
"prefer-stable": true