diff options
author | David Barratt <david@davidwbarratt.com> | 2013-02-16 08:03:20 +0100 |
---|---|---|
committer | David Barratt <david@davidwbarratt.com> | 2013-02-16 08:03:20 +0100 |
commit | d20ed1dbc3b2e3f3b1dd60325f95fff745bfebbb (patch) | |
tree | f87e9a9d5263b200a1f9499592e1c7654b251aef | |
parent | 687742109d5e8f06eadb1607501e5a94163aa902 (diff) |
Lowercase the project name as uppercase letters are not allowed.
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 141ce2bfb..b48f8c118 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 |