-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (39 loc) · 1.05 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
{
"name": "dicr/yii2-asset",
"type": "yii2-extension",
"license": "MIT",
"description": "Ресурсы библиотек для Yii2",
"keywords": ["dicr", "yii2", "asset"],
"homepage": "https://gitlab.com/dicr/yii2-asset",
"authors": [
{
"name": "Igor Tarasov",
"email": "develop@dicr.org",
"homepage": "https://dicr.org",
"role": "developer"
}
],
"support": {
"source": "https://gitlab.com/dicr/yii2-asset.git"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {"dicr\\asset\\": "src/"}
},
"autoload-dev": {
"psr-4": {"dicr\\tests\\": "tests/"}
},
"require": {
"php": "~8.0",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap5": "~2.0",
"scssphp/scssphp": "~1.9"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "~9.5"
},
"repositories": [
{"type": "composer", "url": "https://asset-packagist.org"}
]
}