From 81c4df9a10cb922662c0149e197fb836d7789334 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 May 2021 09:40:45 +0200 Subject: update to 0.12.32 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') 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" } } } -- cgit