summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-09-26 16:27:22 -0400
committerMatt Farina <[email protected]>2013-09-26 16:27:22 -0400
commitb1a2f0893769e1334f31fe546c9126d6e7631c39 (patch)
treefaca367f1a933abceec3740aa8178d792081b95e
parent8c55f615bb8773ff399c45d2c2e1058c11c724cf (diff)
For further reading on why composer works this way please see http://seld.be/notes/composer-installing-require-dev-by-default
-rw-r--r--composer.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index dcb6d81..17dc726 100644
--- a/composer.json
+++ b/composer.json
@@ -19,9 +19,6 @@
"ext-libxml" : "*",
"php" : ">=5.3.0"
},
- "require-dev": {
- "phpunit/phpunit" : "*"
- },
"autoload": {
"psr-0": {"HTML5": "src"}
}