-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
83 lines (83 loc) · 2.45 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
75
76
77
78
79
80
81
82
83
{
"name": "hiqdev/asset-packagist",
"type": "yii2-extension",
"description": "Asset Packagist",
"keywords": [
"composer",
"bower",
"npm",
"asset",
"packagist"
],
"homepage": "https://github.com/hiqdev/asset-packagist",
"license": "BSD-3-Clause",
"support": {
"email": "support@hiqdev.com",
"source": "https://github.com/hiqdev/asset-packagist",
"issues": "https://github.com/hiqdev/asset-packagist/issues",
"wiki": "https://github.com/hiqdev/asset-packagist/wiki",
"forum": "http://forum.hiqdev.com/"
},
"authors": [
{
"name": "Andrii Vasyliev",
"role": "Project lead",
"email": "sol@hiqdev.com",
"homepage": "http://hipanel.com/"
},
{
"name": "Dmitry Naumenko",
"role": "Lead backend developer",
"email": "d.naumenko.a@gmail.com",
"homepage": "http://silverfire.me/"
},
{
"name": "Andrey Klochok",
"role": "Lead frontend developer",
"email": "andreyklochok@gmail.com",
"homepage": "http://hiqdev.com/"
},
{
"name": "Yuriy Myronchuk",
"role": "QA Lead",
"email": "bladeroot@gmail.com",
"homepage": "http://hiqdev.com/"
}
],
"require": {
"composer/composer": "^1.0",
"fxp/composer-asset-plugin": "^1.4.2",
"hiqdev/hidev": "<2.0 || dev-master",
"hiqdev/hisite": "<2.0 || dev-master",
"hiqdev/yii2-pnotify": "<2.0 || dev-master",
"hiqdev/yii2-hiart-guzzle": "<2.0 || dev-master",
"hiqdev/yii2-hiart-librariesio": "<2.0 || dev-master",
"guzzlehttp/guzzle": "^6.0",
"yiisoft/yii2-queue": "^2.0.2"
},
"require-dev": {
"yiisoft/yii2-debug": "^2.0",
"hiqdev/hidev-php": "<2.0",
"hiqdev/hidev-hiqdev": "<2.0"
},
"autoload": {
"psr-4": {
"hiqdev\\assetpackagist\\": "src"
}
},
"extra": {
"config-plugin": {
"params": "src/config/params.php",
"common": "src/config/common.php",
"console": "src/config/console.php",
"hidev": "src/config/hidev.php",
"web": "src/config/web.php"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}