-
Notifications
You must be signed in to change notification settings - Fork 27
/
composer.json
executable file
·42 lines (42 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
34
35
36
37
38
39
40
41
42
{
"name": "yiister/yii2-adminlte",
"description": "yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3).",
"keywords": [
"yii2",
"back-end",
"admin",
"template",
"theme",
"backend",
"AdminLTE",
"bootstrap 3"
],
"homepage": "http://adminlte.yiister.ru",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Pavel Fedotov",
"email": "[email protected]",
"homepage": "https://github.com/fps01",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/yiister/yii2-adminlte/issues",
"source": "https://github.com/yiister/yii2-adminlte"
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.5",
"yiisoft/yii2-bootstrap": "*",
"rmrevin/yii2-fontawesome": "2.12.*",
"almasaeed2010/adminlte": "~2.0",
"bower-asset/datatables": "*"
},
"autoload": {
"psr-4": {
"yiister\\adminlte\\": ""
}
}
}