From 12654f65d58380e15f4173205e6168e7494bcf75 Mon Sep 17 00:00:00 2001 From: Hiroaki Matsuura Date: Wed, 11 Jan 2017 10:36:51 +0900 Subject: [PATCH] =?UTF-8?q?change=20phpunit=20version,=20so=20phpunit5=20d?= =?UTF-8?q?oes=20not=20support=20php=205.5=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Slim Framework 3 requires >=php5.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e30870b..cd06358 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^5.0", + "phpunit/phpunit": "^4.0", "slim/slim": "^3.0" } } \ No newline at end of file