-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·32 lines (32 loc) · 888 Bytes
/
composer.json
File metadata and controls
executable file
·32 lines (32 loc) · 888 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
25
26
27
28
29
30
31
32
{
"name": "ci-bonfire/bonfire",
"description": "Kickstart your CodeIgniter-based web application development.",
"version": "0.8.2-dev",
"type": "project",
"homepage": "http://cibonfire.com",
"license": "MIT",
"autoload": {
"psr-4": {
"Bonfire\\": "bonfire"
}
},
"authors": [
{
"name": "Lonnie Ezell",
"email": "lonnieje@gmail.com",
"homepage": "http://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",
"doctrine/phpcr-odm": "*",
"raveren/kint": "v0.9"
},
"minimum-stability": "dev"
}