Add the Project Name to the Composer File.
diff --git a/composer.json b/composer.json
index 7d60020..141ce2b 100644
--- a/composer.json
+++ b/composer.json
@@ -1,4 +1,5 @@
 {
+    "name" : "EllisLab/CodeIgniter",
     "require": {
         "mikey179/vfsStream": "*"
     },