-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
36 lines (36 loc) · 1.13 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
34
35
36
{
"name": "dmstr/yii2-backend-module",
"description": "Admin Dashboard",
"type": "yii2-extension",
"keywords": ["yii2","extension"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "2.*",
"bower-asset/jquery-growl": "^1.3",
"bower-asset/noty": "^2.3",
"dmstr/yii2-cookie-button": "~0.2 || ^1.0.0",
"dmstr/yii2-helpers": "~0.4 || ^1.0.1",
"dmstr/yii2-web": "~0.3 || ^0.4.0 || ^1.0.0",
"dmstr/yii2-adminlte-asset": "^2.5.0",
"insolita/yii2-adminlte-widgets": "^1.1.4",
"loveorigami/yii2-notification-wrapper": "^6.3",
"rmrevin/yii2-fontawesome": "^2.17"
},
"suggest": {
"codemix/yii2-localeurls": "Extended URL manager",
"dmstr/yii2-pages-module": "Menu manager",
"dmstr/yii2-prototype-module": "Content prototyping",
"dmstr/lajax-yii2-translate-manager-addons": "Translating"
},
"autoload": {
"psr-4": {
"dmstr\\modules\\backend\\": "src"
}
}
}