diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-08-30 01:21:19 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-08-30 01:21:19 +0200 |
commit | 3104e3f23724b68a396cbaf2f2b1d9677b935126 (patch) | |
tree | a22189e17e0eb72b516b7356404d6ec7de19bdc3 | |
parent | 1e40c213610a4bb643e51c2b298629471664163b (diff) |
Added PHPUnit to the development requirements of composer.json
-rw-r--r-- | composer.json | 5 |
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 |