-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (31 loc) · 804 Bytes
/
composer.json
File metadata and controls
35 lines (31 loc) · 804 Bytes
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
{
"minimum-stability": "dev",
"name": "voodoo773/app-user",
"description": "User Module with Email and Social registration for ZF2",
"type": "library",
"version" : "0.0.1",
"homepage": "https://github.com/Voodoo773/AppUser",
"require": {
"php": ">=5.5",
"zendframework/zendframework": "*",
"zf-commons/zfc-base": "*",
"hrevert/ht-user-registration": "*",
"voodoo773/goalio-forgotpassword" : "dev-feature-email-format-option ",
"voodoo773/zfc-base-mod" : "dev-master",
"goalio/goalio-rememberme": "*",
"bjyoungblood/bjy-authorize": "*"
},
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"autoload": {
"psr-0": {
"AppUser": "src/"
},
"classmap": [
"./Module.php"
]
}
}