forked from pingpong-labs/admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 845 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
{
"name": "pingpong/admin",
"description": "Laravel Admin Package",
"keywords": ["pingpong", "admin", "laravel", "administrator"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Pingpong Labs",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*",
"pingpong/menus": "2.1.*",
"pingpong/presenters": "2.1.*",
"pingpong/trusty": "2.1.*",
"pingpong/support": "2.1.*",
"intervention/image": "~2"
},
"require-dev": {
"phpunit/phpunit": "~4",
"mockery/mockery": "~0.9"
},
"autoload": {
"classmap": [
],
"psr-4": {
"Pingpong\\Admin\\": "src/Pingpong/Admin"
}
},
"minimum-stability": "stable"
}