-
Notifications
You must be signed in to change notification settings - Fork 26
/
composer.json
40 lines (40 loc) · 1.13 KB
/
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": "andrewelkins/cabinet",
"description": "Laravel 4 file upload package.",
"keywords": ["laravel","illuminate","file","uploads","jquery", "js"],
"license": "MIT",
"authors": [
{
"name": "Andrew Elkins",
"homepage": "http://andrewelkins.com"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/auth": "4.2.x",
"illuminate/database": "4.2.x",
"illuminate/filesystem": "4.2.x",
"illuminate/log": "4.2.x",
"illuminate/support": "4.2.x",
"illuminate/view": "4.2.x",
"symfony/http-foundation": "2.5.*",
"symfony/http-kernel": "2.5.*",
"nesbot/carbon": "1.*",
"bllim/datatables": "*",
"intervention/image": "2.0.x"
},
"suggest": {
"zizaco/confide":"add Easy User management to Laravel 4",
"zizaco/entrust":"add Role-based Permissions to Laravel 4"
},
"autoload": {
"classmap": [
"src/migrations",
"src/commands"
],
"psr-0": {
"Andrew13\\Cabinet": "src/"
}
},
"minimum-stability": "dev"
}