-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (41 loc) · 1.05 KB
/
composer.json
File metadata and controls
42 lines (41 loc) · 1.05 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
{
"name": "rocketcloudsolutions/rcsoauth",
"description": "OAuth 2.0 Zend Framework 2 module.",
"type": "zf-module",
"license": "MIT",
"keywords": [
"OAuth",
"rocket cloud solutions",
"OAuth 2.0",
"rcs"
],
"homepage": "https://github.com/rocketcloudsolutions/RCSOAuth",
"authors": [
{
"name": "Dustin Moorman",
"email": "dustin.moorman@gmail.com",
"homepage": "http://dustinmoorman.com/"
},
{
"name": "Frank Torres",
"email": "frankjtorresjr@gmail.com",
"homepage": "http://franktorresjr.com/"
}
],
"require": {
"zendframework/zendframework": "~2",
"zf-commons/zfc-admin": "dev-master",
"zf-commons/zfc-user-doctrine-orm": "~0",
"rocketcloudsolutions/rcsdoctrine2": "dev-master"
},
"suggest": {
},
"autoload": {
"psr-0": {
"WdgSimpleAdminBundle": "src/"
},
"classmap": [
"./Module.php"
]
}
}