summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-17 09:40:45 +0200
committerRemi Collet <remi@remirepo.net>2021-05-17 09:40:45 +0200
commit81c4df9a10cb922662c0149e197fb836d7789334 (patch)
treeccb02d110c70c3f578d677a764e24ca09293bb98 /composer.json
parent056697b47e2d60e3d7b293dbdee74f187e7c6566 (diff)
update to 0.12.32
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
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"
}
}
}