Skip to content

Commit

Permalink
Fleshing out the composer.json file with more basic info.
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed May 4, 2015
1 parent 8cb6f36 commit 326141a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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"
},
Expand Down

0 comments on commit 326141a

Please sign in to comment.