summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-22 10:26:59 +0200
committerRemi Collet <remi@remirepo.net>2021-09-22 10:26:59 +0200
commitddb39538921c9053f9a24447907a136d05c29d8b (patch)
tree81fb06508d4890fa4ea470e420cbfefabdae4a1f /composer.json
parent5fb24edde6c50f533f870fea3c3ddef68c276fbd (diff)
update to 0.12.38
raise dependency on swaggest/json-diff 3.8.2
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 3 insertions, 4 deletions
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"
}
}
}