forked from lonnieezell/Bonfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 691 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ci-bonfire/bonfire",
"description": "Kickstart your CodeIgniter-based web application development.",
"version": "0.7.1-dev",
"type": "project",
"homepage": "http://cibonfire.com",
"license": "MIT",
"authors": [
{
"name": "Lonnie Ezell",
"email": "lonnieje@gmail.com",
"homepage": "lonnieezell.com",
"role": "Project Starter and Lead"
}
],
"support": {
"issues": "https://github.com/ci-bonfire/Bonfire/issues",
"forum": "http://forums.cibonfire.com/",
"source": "https://github.com/ci-bonfire/Bonfire"
},
"require": {
"php": ">5.3.0"
}
}