-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 811 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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": "yidas/yii2-adminlte",
"description": "AdminLTE Asset Bundle for Yii2 Framework",
"keywords": [
"yii",
"adminlte",
"asset",
"asset bundle"
],
"type": "yii2-extension",
"license": "MIT",
"minimum-stability": "stable",
"support": {
"issues": "https://github.com/yidas/yii2-adminlte/issues",
"source": "https://github.com/yidas/yii2-adminlte"
},
"authors": [
{
"name": "Nick Tsai",
"email": "myintaer@gmail.com",
"homepage": "https://github.com/yidas/"
}
],
"require": {
"yiisoft/yii2": "2.0.*",
"yiisoft/yii2-bootstrap": "~2.0.0",
"almasaeed2010/adminlte": "~2.4",
"yidas/yii2-fontawesome": "2.0.*"
},
"autoload": {
"psr-4": {
"yidas\\adminlte\\": "src"
}
}
}