-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.07 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
{
"name": "yii-tools/bulma-asset",
"type": "library",
"description": "Asset for Bulma Free for YiiFramework v.3.0.",
"keywords": [
"yii-tools",
"asset",
"bulma",
"yii3"
],
"license": "mit",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1",
"foxy/foxy": "^1.2",
"yiisoft/assets": "^4.0",
"yiisoft/files": "^2.0"
},
"require-dev": {
"infection/infection": "^0.27",
"maglnet/composer-require-checker": "^4.3",
"phpunit/phpunit": "^10.1",
"roave/infection-static-analysis-plugin": "^1.31",
"vimeo/psalm": "^5.8",
"yii-tools/support": "^1.0@dev"
},
"autoload": {
"psr-4": {
"Yii\\Assets\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Yii\\Assets\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true,
"allow-plugins": {
"foxy/foxy": true,
"infection/extension-installer": true
}
}
}