commit | 687742109d5e8f06eadb1607501e5a94163aa902 | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Sat Feb 16 02:01:47 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Sat Feb 16 02:01:47 2013 -0500 |
tree | 50d7bca6cebbf5f37df9e0649c275daf42249707 | |
parent | 99ba3a26973848604719db08bbcafbfa82ca087f [diff] |
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": "*" },