diff options
author | Alex Bilbie <alex@alexbilbie.com> | 2012-10-16 19:36:48 +0200 |
---|---|---|
committer | Alex Bilbie <alex@alexbilbie.com> | 2012-10-16 19:36:48 +0200 |
commit | 390f401102cef992a682b487c906961ae4bdcafa (patch) | |
tree | 06421d9ba2ef861db81d09d851ad5d78e49143df /composer.json | |
parent | 0f5b3060ff04b064b1a4bee9b114357ccd5a57de (diff) |
Updated composer.json to use official PHPUnit package
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index dc098acc3..7d60020c3 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,6 @@ "mikey179/vfsStream": "*" }, "require-dev": { - "EHER/PHPUnit": "*" + "phpunit/phpunit": "*" } }
\ No newline at end of file |