blob: c5f2f5acab1f3251f8e91e88383abaf904aebc65 [file] [log] [blame]
Taufan Aditya6bca9f82012-05-25 01:55:36 +07001{
Andrey Andreevb6213362014-10-28 01:05:40 +02002 "description" : "The CodeIgniter framework",
3 "name" : "codeigniter/framework",
Lonnie Ezell326141a2015-05-03 23:46:12 -05004 "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.",
5 "type": "project",
6 "homepage": "http://codeigniter.com",
Andrey Andreevb6213362014-10-28 01:05:40 +02007 "license": "MIT",
Lonnie Ezell326141a2015-05-03 23:46:12 -05008 "support": {
9 "issues": "https://github.com/bcit-ci/CodeIgniter/issues",
10 "forum": "http://forum.codeigniter.com/",
11 "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
12 "irc": "http://www.codeigniter.com/irc",
13 "source": "https://github.com/bcit-ci/CodeIgniter"
14 },
Darren Benney714b11a2013-03-30 21:04:11 +000015 "require": {
16 "php": ">=5.2.4"
17 },
18 "require-dev": {
Eric Robertsc56ab9b2013-07-12 21:22:02 -050019 "mikey179/vfsStream": "1.1.*"
Darren Benney714b11a2013-03-30 21:04:11 +000020 }
Darren Benney492a3e32013-04-01 10:22:39 +010021}