From 6a8f8bf7b75b29d213cd7a5a73f6d8e2acb9adca Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 6 Mar 2013 16:58:29 +0000 Subject: [PATCH] Removed phpunit from composer.json --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9cacbf5b..9aa7a05c 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,7 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "*", - "mockery/mockery": ">=0.7.2" + "mockery/mockery": ">=0.7.2" }, "repositories": [ {