forked from sleeping-owl/admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 828 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
{
"name": "sleeping-owl/admin",
"description": "Aministrative interface builder for Laravel.",
"homepage": "http://sleeping-owl.github.io",
"keywords": ["laravel", "admin", "administrator"],
"license": "MIT",
"authors": [
{
"name": "Sleeping Owl",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.*",
"intervention/image": "2.*",
"intervention/imagecache": "2.*",
"doctrine/dbal": "~2.3",
"sleeping-owl/with-join": "1.*",
"illuminate/html": "~5.0"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"mockery/mockery": "0.9.*"
},
"autoload": {
"psr-0": {
"SleepingOwl\\Admin": "src/",
"SleepingOwl\\DateFormatter": "src/",
"SleepingOwl\\Html": "src/",
"SleepingOwl\\Models": "src/",
"SleepingOwl\\RandomFilenamer": "src/"
}
}
}