diff options
author | Darren Benney <cutenfuzzy@gmail.com> | 2013-03-30 22:04:11 +0100 |
---|---|---|
committer | Darren Benney <cutenfuzzy@gmail.com> | 2013-03-30 22:04:11 +0100 |
commit | 714b11ac334bec39cf3f2aea5093e0f61c02f983 (patch) | |
tree | 7a52fbc58ed2a9b4e8f2a433ef67bfe3a553e93a | |
parent | 14707e3a38aa0c8f0c20c1fff3a1008d34371ee7 (diff) |
Changed spaces to tabs for consistency.
-rw-r--r-- | composer.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 44c54b481..ccc239400 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,10 @@ { - "description" : "Dependencies for CodeIgniter's testing environment", - "name" : "ellislab/codeigniter", - "require": { - "php": ">=5.2.4" - }, - "require-dev": { - "mikey179/vfsStream": "*" - } + "description" : "Dependencies for CodeIgniter's testing environment", + "name" : "ellislab/codeigniter", + "require": { + "php": ">=5.2.4" + }, + "require-dev": { + "mikey179/vfsStream": "*" + } } |