-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (48 loc) · 1.24 KB
/
composer.json
File metadata and controls
49 lines (48 loc) · 1.24 KB
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
41
42
43
44
45
46
47
48
49
{
"name": "webdevgods/wdg-simple-admin-bundle",
"description": "A quick admin area bundle with users admin and auth.",
"type": "zf-module",
"license": "MIT",
"keywords": [
"library",
"libs",
"ZF2",
"ZfcUser",
"Zend Framework",
"Admin",
"webdevgods",
"wdg",
"module"
],
"homepage": "https://github.com/webdevgods/WdgSimpleAdminBundle",
"authors": [
{
"name": "Jessie Green",
"email": "jessie.ims@gmail.com",
"homepage": "http://jessiegreen.com/"
},
{
"name": "Dustin Moorman",
"email": "dustin.moorman@gmail.com",
"homepage": "http://dustinmoorman.com/"
}
],
"require": {
"zendframework/zendframework": "~2",
"zendframework/zend-developer-tools": "~0",
"evandotpro/edp-module-layouts": "dev-master",
"zf-commons/zfc-admin": "0.1.*",
"zf-commons/zfc-user-doctrine-orm": "~0",
"danielss89/zfc-user-admin": "dev-master"
},
"suggest": {
},
"autoload": {
"psr-0": {
"WdgSimpleAdminBundle": "src/"
},
"classmap": [
"./Module.php"
]
}
}