commit | b4a23d2af5309d5b264f3f12c272e93667b87aca | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Mon Feb 18 17:46:47 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Mon Feb 18 17:46:47 2013 -0500 |
tree | d47365bb2bc7e231d0028f4861958655f2ab2469 | |
parent | acd76670ebdd1d5775259af1dcdf8d5f17ec5738 [diff] |
See how many errors are produced when no dependencies are included
diff --git a/composer.json b/composer.json index 54f305e..48aea9f 100644 --- a/composer.json +++ b/composer.json
@@ -2,9 +2,5 @@ "name" : "ellislab/codeigniter", "require": { "php": ">=5.2.4" - }, - "require-dev": { - "mikey179/vfsStream": "*", - "phpunit/phpunit": "*" - } + } } \ No newline at end of file