forked from muyuym/yii2-adminlte3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 995 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
{
"name": "davidxu/yii2-adminlte4",
"description": "adminlte4 for Yii2",
"type": "yii2-extension",
"keywords": ["yii2","extension","adminlte", "adminlte4"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "hail",
"email": "[email protected]"
},
{
"name": "davidxu",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0",
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2-bootstrap5": "~2.0.4",
"npm-asset/sweetalert2": "~11.0",
"npm-asset/jquery-migrate": "~3.4",
"kartik-v/yii2-widget-select2": "^2.2",
"npm-asset/qiniu-js": "^3.4",
"qiniu/php-sdk": "^7.12",
"ramsey/uuid": "^4.0",
"yiisoft/yii2-imagine": "^2.3",
"davidxu/yii2-treegrid": "^2.0",
"twbs/bootstrap-icons": "~1.11.2"
},
"autoload": {
"psr-4": {
"davidxu\\adminlte4\\": "src"
}
}
}