commit | e8f15935a4f576d219708f495c19f234ac5a238a | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Sun Feb 17 23:20:54 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Sun Feb 17 23:20:54 2013 -0500 |
tree | 0113918a71979d323c9df1acebf0bc1392e5278e | |
parent | 7a8db6506dfad2a8dbb7b9ba09133c8c0152d6e8 [diff] |
Move mikey179/vfsStream to only be required on dev
diff --git a/composer.json b/composer.json index c13ac5a..bf3b3d2 100644 --- a/composer.json +++ b/composer.json
@@ -2,9 +2,9 @@ "name" : "ellislab/codeigniter", "require": { "php": ">=5.2.4", - "mikey179/vfsStream": "*" }, "require-dev": { + "mikey179/vfsStream": "*" "phpunit/phpunit": "*" } } \ No newline at end of file