diff options
author | David Barratt <david@davidwbarratt.com> | 2013-02-18 05:20:54 +0100 |
---|---|---|
committer | David Barratt <david@davidwbarratt.com> | 2013-02-18 05:20:54 +0100 |
commit | e8f15935a4f576d219708f495c19f234ac5a238a (patch) | |
tree | 0113918a71979d323c9df1acebf0bc1392e5278e | |
parent | 7a8db6506dfad2a8dbb7b9ba09133c8c0152d6e8 (diff) |
Move mikey179/vfsStream to only be required on dev
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index c13ac5aca..bf3b3d22b 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 |