-
Notifications
You must be signed in to change notification settings - Fork 28
/
composer.json
33 lines (33 loc) · 1.08 KB
/
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": "sandstorm/usermanagement",
"description": "Neos and Flow package for user management, login/logout, password reset and user activation",
"type": "neos-package",
"keywords": ["user", "login", "logout", "registration", "frontend login", "forgot password", "account", "Neos", "Flow"],
"homepage": "https://github.com/sandstorm/UserManagement",
"license": "MIT",
"authors": [
{
"name": "Bastian Heist",
"homepage": "https://www.sandstorm.de",
"role": "Developer"
},
{
"name": "Sebastian Kurfuerst",
"homepage": "https://www.sandstorm.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/sandstorm/UserManagement/issues",
"source": "https://github.com/sandstorm/UserManagement"
},
"require": {
"neos/flow": "^6.0 || ^7.0 || ^8.0 || dev-master",
"sandstorm/templatemailer": "^2.0.2"
},
"autoload": {
"psr-4": {
"Sandstorm\\UserManagement\\": "Classes"
}
}
}