forked from Time-isMoney/AppUser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (31 loc) · 834 Bytes
/
composer.json
File metadata and controls
33 lines (31 loc) · 834 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
{
"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": "2.4.*",
"zf-commons/zfc-base": "v0.1.*",
"socalnick/scn-social-auth": "1.19.*",
"hrevert/ht-user-registration": "0.0.*",
"voodoo773/goalio-forgotpassword" : "dev-feature-email-format-option ",
"voodoo773/zfc-base-mod" : "dev-master",
"goalio/goalio-rememberme": "1.0.*",
"bjyoungblood/bjy-authorize": "1.4.*"
},
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"autoload": {
"psr-0": {
"AppUser": "src/"
},
"classmap": [
"./Module.php"
]
}
}