From 326141a75814bac389acee26fe59eb1c4b0e68e9 Mon Sep 17 00:00:00 2001 From: Lonnie Ezell Date: Sun, 3 May 2015 23:46:12 -0500 Subject: Fleshing out the composer.json file with more basic info. --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'composer.json') 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" }, -- cgit v1.2.3-24-g4f1b