-
Notifications
You must be signed in to change notification settings - Fork 7
/
composer.json
74 lines (74 loc) · 2.16 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
65
66
67
68
69
70
71
72
73
74
{
"name": "hiqdev/asset-packagist.dev",
"type": "yii2-extension",
"description": "asset-packagist.dev",
"homepage": "http://asset-packagist.org/",
"license": "BSD-3-Clause",
"support": {
"email": "[email protected]",
"source": "https://github.com/hiqdev/asset-packagist.dev",
"issues": "https://github.com/hiqdev/asset-packagist.dev/issues",
"wiki": "https://github.com/hiqdev/asset-packagist.dev/wiki",
"forum": "http://forum.hiqdev.com/"
},
"authors": [
{
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "[email protected]",
"homepage": "http://hipanel.com/"
},
{
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "[email protected]",
"homepage": "http://silverfire.me/"
},
{
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "[email protected]",
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "[email protected]",
"homepage": "http://hiqdev.com/"
}
],
"require": {
"hiqdev/yii2-theme-original": "~0.1 || dev-master",
"hiqdev/yii2-yandex-metrika": "~0.1",
"hiqdev/yii2-asset-hiqdev": "~0.2",
"hiqdev/yii2-monitoring": "*@dev",
"hiqdev/asset-packagist": "dev-master",
"mito/yii2-sentry": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.0",
"hiqdev/hidev-php": "~0.6",
"hiqdev/hidev-hiqdev": "~0.6"
},
"keywords": [],
"autoload": {
"psr-4": {
"hiqdev\\sites\\assetpackagistorg\\": "src"
}
},
"minimum-stability": "dev",
"extra": {
"config-plugin": {
"params": [
"src/config/params.php",
"?src/config/params-local.php"
]
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}