-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 986 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
37
{
"require": {
"flyo/nitro-php" : "dev-main as 1.0.0",
"flyo/nitro-yii2" : "dev-main as 1.0.0",
"vlucas/phpdotenv": "^5.5",
"yiisoft/yii2": "^2.0.47",
"bref/bref": "^2.0",
"idleberg/vite-manifest": "^0.9.0"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.1.0",
"friendsofphp/php-cs-fixer": "^3.16.0",
"phpstan/phpstan": "^1.10.11"
},
"license": "MIT",
"scripts": {
"serve" : "php yii serve --port=8888",
"kill" : "killall -9 php8.1",
"phpstan": "vendor/bin/phpstan -v",
"phpcsfixer": "vendor/bin/php-cs-fixer fix"
},
"config": {
"fxp-asset": {
"enabled": false
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"luyadev/luya-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}