diff options
author | David Barratt <david@davidwbarratt.com> | 2013-02-18 23:46:47 +0100 |
---|---|---|
committer | David Barratt <david@davidwbarratt.com> | 2013-02-18 23:46:47 +0100 |
commit | b4a23d2af5309d5b264f3f12c272e93667b87aca (patch) | |
tree | d47365bb2bc7e231d0028f4861958655f2ab2469 | |
parent | acd76670ebdd1d5775259af1dcdf8d5f17ec5738 (diff) |
See how many errors are produced when no dependencies are included
-rw-r--r-- | composer.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 54f305e89..48aea9ff9 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 |