summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorDarren Benney <cutenfuzzy@gmail.com>2013-03-30 18:26:23 +0100
committerDarren Benney <cutenfuzzy@gmail.com>2013-03-30 18:26:23 +0100
commit14707e3a38aa0c8f0c20c1fff3a1008d34371ee7 (patch)
tree213cde09e7113cdd6e5bb7724c5d8c321b235b7d /composer.json
parent54e6c1b04a786dc35b2fdeda456685a10f7d2073 (diff)
Added description to composer.json
When executing "composer validate", an error is generated because there is no description. Also removed a couple of tabs and replaced them with spaces to neaten it up slightly.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index e21aaed2e..44c54b481 100644
--- a/composer.json
+++ b/composer.json
@@ -1,9 +1,10 @@
{
+ "description" : "Dependencies for CodeIgniter's testing environment",
"name" : "ellislab/codeigniter",
"require": {
"php": ">=5.2.4"
},
"require-dev": {
- "mikey179/vfsStream": "*"
- }
-} \ No newline at end of file
+ "mikey179/vfsStream": "*"
+ }
+}