diff options
-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 |