commit | d20ed1dbc3b2e3f3b1dd60325f95fff745bfebbb | [log] [tgz] |
---|---|---|
author | David Barratt <david@davidwbarratt.com> | Sat Feb 16 02:03:20 2013 -0500 |
committer | David Barratt <david@davidwbarratt.com> | Sat Feb 16 02:03:20 2013 -0500 |
tree | f87e9a9d5263b200a1f9499592e1c7654b251aef | |
parent | 687742109d5e8f06eadb1607501e5a94163aa902 [diff] [blame] |
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