From 500640c56cd58edb912fb5891e403bbcea5096a6 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Wed, 19 Sep 2012 22:04:18 +0100 Subject: [PATCH] phpunit/phpunit is now officially composer compatible Signed-off-by: Alex Bilbie --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6c6ef26b..0257cf95 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "php": ">=5.3.0" }, "require-dev": { - "EHER/PHPUnit": "*" + "phpunit/phpunit": "*" }, "repositories": [ {