summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-08-30 01:21:19 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-08-30 01:21:19 +0200
commit3104e3f23724b68a396cbaf2f2b1d9677b935126 (patch)
treea22189e17e0eb72b516b7356404d6ec7de19bdc3 /composer.json
parent1e40c213610a4bb643e51c2b298629471664163b (diff)
Added PHPUnit to the development requirements of composer.json
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index fa6dc02e4..dc098acc3 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,8 @@
{
"require": {
"mikey179/vfsStream": "*"
- }
+ },
+ "require-dev": {
+ "EHER/PHPUnit": "*"
+ }
} \ No newline at end of file