summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Butcher <[email protected]>2013-09-15 13:43:37 -0600
committerMatt Butcher <[email protected]>2013-09-15 13:43:37 -0600
commit3efe5c017d21c6606f5b301c379371469aa2524d (patch)
tree6577fa5bf2dc05058412ae742280b6f0d8ccfe30
parentf44cf2e5deb7767717c7c298d97b54d41725c1f2 (diff)
Added phpunit to require-dev in composer.json.
This should be alright for library usage. If not, we can roll back.
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
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"}
}