From 4ae2b7b861bdb6468a1a9b7bd3d58a037108c6f6 Mon Sep 17 00:00:00 2001 From: Ron Rademaker Date: Mon, 8 Feb 2016 08:51:00 +0100 Subject: [PATCH] Fixed incorrect requirement of phpunit, should be in development only --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5277a9..ebfeffa 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,10 @@ "tests/" ] }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, "require": { - "phpunit/phpunit": "^4.0", "league/csv": "^7.2" } }