-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 940 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
37
38
39
40
{
"name":"soda-framework/bootlegcms",
"description":"An illicit CMS we stole from Simon after he walked out on us and broke our hearts",
"authors":[
{
"name":"Simon Davies",
"email":"noodlewitt@gmail.com"
},
{
"name":"Jacob k",
"email":"jacob@madeinkatana.com"
},
{
"name":"Ryan Brereton-Canham",
"email":"ryan@madeinkatana.com"
}
],
"require":{
"php":">=5.4.0",
"illuminate/support":"5.0.*",
"baum/baum":"~1.1",
"laravelcollective/html":"~5.0",
"aws/aws-sdk-php-laravel":"2.0.1",
"filp/whoops":"^1.1"
},
"autoload":{
"classmap":[
"src/controllers",
"src/models",
"src/components",
"src/seeds",
"src/middleware",
"src/console"
],
"psr-0":{
"Bootleg\\Cms\\":"src/"
}
},
"minimum-stability":"stable"
}