From 3efe5c017d21c6606f5b301c379371469aa2524d Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Sun, 15 Sep 2013 13:43:37 -0600 Subject: Added phpunit to require-dev in composer.json. This should be alright for library usage. If not, we can roll back. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 17dc726..dcb6d81 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,9 @@ "ext-libxml" : "*", "php" : ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit" : "*" + }, "autoload": { "psr-0": {"HTML5": "src"} } -- cgit v1.2.3