From b77e857334a9496a424428a95d1e7492b27f1270 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Fri, 28 Mar 2014 09:54:33 +0100 Subject: [PATCH] added phpunit to require-dev --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index cbe29444..7878ecea 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,9 @@ "ext-gd": "*", "illuminate/support": "4.*" }, + "require-dev": { + "phpunit/phpunit": "4.0.*" + }, "suggest": { "intervention/imagecache": "Caching extension for the Intervention Image library" },