forked from CakeDC/users
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 900 Bytes
/
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
34
{
"name": "cakedc/users",
"description": "Users Plugin for CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp","users","auth"],
"homepage": "http://cakedc.com",
"license": "MIT",
"authors": [
{
"name": "Cake Development Corporation",
"email": "[email protected]",
"homepage": "http://cakedc.com"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/CakeDC/users/issues",
"forum": "http://stackoverflow.com/tags/cakedc",
"wiki": "https://github.com/CakeDC/users/blob/master/Docs/Home.md",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/CakeDC/users"
},
"require": {
"php": ">=5.2.8",
"composer/installers": "*"
},
"suggest": {
"cakedc/search": "Search functionality for the admin.",
"cakedc/utils": "If you want to generate slugs based on the username."
},
"extra": {
"installer-name": "Users"
}
}