commit | b2834114746585b60a490992a02c1b136363e791 | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Mon Feb 18 17:52:14 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Mon Feb 18 17:52:14 2013 -0500 |
tree | 90a65b940adb8925d112c8cfd09bff37c26f8365 | |
parent | b4a23d2af5309d5b264f3f12c272e93667b87aca [diff] |
vfsStream is required for travis
diff --git a/composer.json b/composer.json index 48aea9f..e21aaed 100644 --- a/composer.json +++ b/composer.json
@@ -2,5 +2,8 @@ "name" : "ellislab/codeigniter", "require": { "php": ">=5.2.4" - } + }, + "require-dev": { + "mikey179/vfsStream": "*" + } } \ No newline at end of file