-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
36 lines (36 loc) · 981 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "rougin/codeigniter",
"description": "Packaged \"system\" folder of the Codeigniter framework.",
"keywords": [ "codeigniter", "composer", "framework", "system", "php" ],
"homepage": "https://roug.in/codeigniter/",
"license": "MIT",
"authors":
[
{
"email": "rougingutib@gmail.com",
"homepage": "https://roug.in/",
"name": "Rougin Gutib",
"role": "Software Engineer"
}
],
"require":
{
"php": ">=5.3.0"
},
"extra":
{
"branch-alias":
{
"dev-master": "3.2-dev"
}
},
"suggest":
{
"rougin/combustor": "CRUD generator for the Codeigniter framework.",
"rougin/credo": "Doctrine ORM integration for the Codeigniter framework.",
"rougin/ignite": "Composer-based project for the Codeigniter framework.",
"rougin/refinery": "\"Ready-to-eat\" migrations for Codeigniter framework",
"rougin/spark-plug": "Codeigniter applications as single variables.",
"rougin/wildfire": "Query Builder wrapper for the Codeigniter framework."
}
}