From 023de5627bd4a9976206581deb2fafe38fdaa400 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Mon, 28 Jul 2014 11:36:44 -0500 Subject: [PATCH] Now using PHPUnit 4 to run the tests. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8adc973..4e2c627 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "moontoast/math": "~1.1", "symfony/console": "~2.3", "doctrine/dbal": ">=2.3", - "phpunit/phpunit": "~3.7", + "phpunit/phpunit": "~4.1", "satooshi/php-coveralls": "~0.6" }, "bin": ["bin/uuid"],