-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
64 lines (64 loc) · 1.97 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "cottacush/yii2-base-admin-portal",
"description": "A Yii2 Base Admin Portal Template",
"keywords": ["yii2", "framework", "basic", "project template", "improved", "admin portal"],
"type": "project",
"license": "MIT",
"minimum-stability": "stable",
"require": {
"php": "~8.0",
"yiisoft/yii2": "~2.0.40",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-swiftmailer": "*",
"yiisoft/yii2-redis": "^2.0",
"vlucas/phpdotenv": "^2.2",
"lukasoppermann/http-status": "^2.0",
"ogheo/yii2-htmlcompress": "^1.1",
"cottacush/yii2-utils": "^3.0",
"cottacush/yii2-widgets": "^2.0",
"cottacush/yii2-user-auth": "^2.0",
"yiisoft/yii2-bootstrap4": "^2.0",
"cottacush/yii2-permissions-ext": "^3.0"
},
"require-dev": {
"codeception/codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*",
"squizlabs/php_codesniffer": "^3.5",
"pdepend/pdepend" : "2.2.4",
"phploc/phploc": "*",
"phpmd/phpmd" : "@stable",
"sebastian/phpcpd": "*",
"theseer/phpdox": "*",
"phpunit/phpunit": "^9.0"
},
"config": {
"process-timeout": 1800,
"discard-changes" : true,
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"authors" : [
{
"name": "Adegoke Obasa",
"email": "[email protected]",
"homepage": "http://adegokeobasa.me",
"role": "Software Engineer"
},
{
"name": "Kehinde Ladipo",
"email": "[email protected]",
"role": "Software Engineer"
}
]
}