-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
33 lines (33 loc) · 894 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
{
"name": "luyadev/luya-kickstarter-bootstrap4",
"description": "LUYA boilerplate to kickstart projects with Bootstrap 4.",
"type": "luya-kickstarter",
"license":"MIT",
"require": {
"luyadev/luya-module-admin" : "^5.0",
"luyadev/luya-module-cms" : "^5.0",
"luyadev/luya-bootstrap4": "^1.0",
"luyadev/luya-generic" : "^1.0"
},
"require-dev": {
"yiisoft/yii2-debug" : "^2.0",
"yiisoft/yii2-gii" : "^2.0",
"luyadev/luya-deployer": "^3.0",
"twbs/bootstrap": "^4.0"
},
"config": {
"platform": {
"php": "8.2"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"luyadev/luya-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}