commit | 3104e3f23724b68a396cbaf2f2b1d9677b935126 | [log] [tgz] |
---|---|---|
author | Alex Bilbie <alex@alexbilbie.com> | Thu Aug 30 00:21:19 2012 +0100 |
committer | Alex Bilbie <alex@alexbilbie.com> | Thu Aug 30 00:21:19 2012 +0100 |
tree | a22189e17e0eb72b516b7356404d6ec7de19bdc3 | |
parent | 1e40c213610a4bb643e51c2b298629471664163b [diff] |
Added PHPUnit to the development requirements of composer.json
diff --git a/composer.json b/composer.json index fa6dc02..dc098ac 100644 --- a/composer.json +++ b/composer.json
@@ -1,5 +1,8 @@ { "require": { "mikey179/vfsStream": "*" - } + }, + "require-dev": { + "EHER/PHPUnit": "*" + } } \ No newline at end of file