From ddb39538921c9053f9a24447907a136d05c29d8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Sep 2021 10:26:59 +0200 Subject: update to 0.12.38 raise dependency on swaggest/json-diff 3.8.2 --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index cc9708d..be0357d 100644 --- a/composer.json +++ b/composer.json @@ -7,11 +7,10 @@ "ext-json": "*", "ext-mbstring": "*", "phplang/scope-exit": "^1.0", - "swaggest/json-diff": "^3.5.1" + "swaggest/json-diff": "^3.8.2" }, "require-dev": { - "phpunit/phpunit": "^5", - "phpunit/php-code-coverage": "^4" + "phpunit/phpunit": "^4.8.23" }, "license": "MIT", "authors": [ @@ -36,7 +35,7 @@ }, "config": { "platform": { - "php": "5.6.0" + "php": "5.4.45" } } } -- cgit