Taufan Aditya | 6bca9f8 | 2012-05-25 01:55:36 +0700 | [diff] [blame] | 1 | { |
Lonnie Ezell | 52fc5b0 | 2015-05-04 07:47:15 -0500 | [diff] [blame^] | 2 | "description": "The CodeIgniter framework", |
| 3 | "name": "codeigniter/framework", |
| 4 | "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 Andreev | b621336 | 2014-10-28 01:05:40 +0200 | [diff] [blame] | 7 | "license": "MIT", |
Lonnie Ezell | 52fc5b0 | 2015-05-04 07:47:15 -0500 | [diff] [blame^] | 8 | "support": { |
| 9 | "forum": "http://forum.codeigniter.com/", |
| 10 | "wiki": "https://github.com/bcit-ci/CodeIgniter/wiki", |
| 11 | "irc": "http://www.codeigniter.com/irc", |
| 12 | "source": "https://github.com/bcit-ci/CodeIgniter" |
| 13 | }, |
Darren Benney | 714b11a | 2013-03-30 21:04:11 +0000 | [diff] [blame] | 14 | "require": { |
| 15 | "php": ">=5.2.4" |
| 16 | }, |
| 17 | "require-dev": { |
Eric Roberts | c56ab9b | 2013-07-12 21:22:02 -0500 | [diff] [blame] | 18 | "mikey179/vfsStream": "1.1.*" |
Darren Benney | 714b11a | 2013-03-30 21:04:11 +0000 | [diff] [blame] | 19 | } |
Darren Benney | 492a3e3 | 2013-04-01 10:22:39 +0100 | [diff] [blame] | 20 | } |