-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1020 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
{
"name": "humanized/yii2-user-management",
"type": "yii2-extension",
"description": "Yii2 module providing various interfaces dealing with user-management.",
"keywords": ["yii2", "user","admin","gui","cli","api"],
"license": "GPL-3.0",
"version": "0.1",
"support": {
"issues": "https://github.com/humanized/yii2-user-management/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "https://github.com/humanized/yii2-user-management/wiki",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/humanized/yii2-user-management"
},
"authors": [
{
"name": "Jeffrey Geyssens",
"email": "[email protected]"
},
{
"name": "François-Xavier de Saint Pern",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"humanized\\usermanagement\\": ""
}
}
}