summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-11-05 10:38:05 -0500
committerMatt Farina <[email protected]>2013-11-05 10:38:05 -0500
commitd37bff1a529551ae812b2c0eabd38cf93a08b38c (patch)
tree930d8aeaa226b04b99648841a75a7c6093899d92
parentde8a709bc9d2a1fc0e1b027aa440272f461c4b91 (diff)
Adding phpunit back to composer.json. The require-dev is only fired off when this library is the root project. When included as a library in another project require-dev items are not installed.
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index d574580..d0f2917 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"}
}