forked from webvimark/user-management
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 871 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
35
{
"name": "wpler/module-user-management",
"type": "yii2-extension",
"keywords": ["yii2","yii2-user","user-management"],
"description": "User with improved RBAC",
"authors": [
{
"name": "WPLer",
"email": "[email protected]"
},
{
"name": "webvimark"
}
],
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/Stefan39/user-management/issues",
"source": "https://github.com/Stefan39/user-management",
"docs": "https://github.com/Stefan39/user-management/wiki"
},
"autoload": {
"psr-4": {
"wpler\\modules\\UserManagement\\": ""
}
},
"require": {
"webvimark/components": "^1.0.0",
"webvimark/bootstrap-switch": "^1.0.0",
"ikimea/browser": "1.12.0",
"webvimark/date-range-picker": "^1.0.0",
"webvimark/helpers": "^1.0.0",
"webvimark/grid-bulk-actions": "^1.0.0",
"webvimark/grid-page-size": "^1.0.0"
}
}