-
Notifications
You must be signed in to change notification settings - Fork 97
/
composer.json
35 lines (35 loc) · 976 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": "funson86/yii2-adminlte",
"description": "Yii 2 Advanced Application Template with Adminlte Theme",
"keywords": ["yii2", "framework", "advanced", "application template", "Adminlte"],
"homepage": "https://github.com/funson86/",
"type": "project",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Funson Lee",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*"
},
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*"
},
"config": {
"process-timeout": 1800
},
"extra": {
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}