forked from dmstr/yii2-adminlte-asset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 832 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": "dmstr/yii2-adminlte-asset",
"description": "Backend theme for Yii2 Framework",
"type": "yii2-extension",
"keywords": ["yii2","extension","adminlte"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "[email protected]"
},
{
"name": "Evgeniy Tkachenko",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "2.*",
"yiisoft/yii2-bootstrap": "2.*",
"cebe/yii2-gravatar": "1.*",
"almasaeed2010/adminlte": "~2.0",
"rmrevin/yii2-fontawesome": "~2.9"
},
"autoload": {
"psr-4": {
"dmstr\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
}
}