blob: c5f2f5acab1f3251f8e91e88383abaf904aebc65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"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"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*"
}
}
|