Lowercase the project name as uppercase letters are not allowed.
diff --git a/composer.json b/composer.json
index 141ce2b..b48f8c1 100644
--- a/composer.json
+++ b/composer.json
@@ -1,9 +1,9 @@
 {
-    "name" : "EllisLab/CodeIgniter",
+    "name" : "ellislab/codeigniter",
     "require": {
         "mikey179/vfsStream": "*"
     },
     "require-dev": {
-		"phpunit/phpunit": "*"
-	}
+		  "phpunit/phpunit": "*"
+		}
 }
\ No newline at end of file