diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a96e1e4..cc9708d 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ "swaggest/json-diff": "^3.5.1" }, "require-dev": { - "phpunit/phpunit": "4.8.35", - "phpunit/php-code-coverage": "2.2.4" + "phpunit/phpunit": "^5", + "phpunit/php-code-coverage": "^4" }, "license": "MIT", "authors": [ @@ -36,7 +36,7 @@ }, "config": { "platform": { - "php": "5.4.45" + "php": "5.6.0" } } } |