diff options
author | Lonnie Ezell <lonnieje@gmail.com> | 2015-05-04 06:46:12 +0200 |
---|---|---|
committer | Lonnie Ezell <lonnieje@gmail.com> | 2015-05-04 06:46:12 +0200 |
commit | 326141a75814bac389acee26fe59eb1c4b0e68e9 (patch) | |
tree | f2744285c683e100239ec689ce0cf889823c8f5c /composer.json | |
parent | 8cb6f3676ccf84c9c12e056cc93caa767cd16ccd (diff) |
Fleshing out the composer.json file with more basic info.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 4ff60c57e..c5f2f5aca 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,17 @@ { "description" : "The CodeIgniter framework", "name" : "codeigniter/framework", + "description": "CodeIgniter is a powerful PHP framework with a very small footprint, built for developers who need a simple and elegant toolkit to create full-featured web applications.", + "type": "project", + "homepage": "http://codeigniter.com", "license": "MIT", + "support": { + "issues": "https://github.com/bcit-ci/CodeIgniter/issues", + "forum": "http://forum.codeigniter.com/", + "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki", + "irc": "http://www.codeigniter.com/irc", + "source": "https://github.com/bcit-ci/CodeIgniter" + }, "require": { "php": ">=5.2.4" }, |