summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-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"}
}