-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
51 lines (45 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
44
45
46
47
48
49
50
51
{
"name": "corpsepk/yii2-dadata-suggestions-widget",
"type": "yii2-extension",
"description": "DaData Suggestions jQuery widget wrapper",
"keywords": ["yii2", "dadata", "suggestions", "widget"],
"license": "MIT",
"support": {
"source": "https://github.com/corpsepk/corpsepk/yii2-dadata-suggestions-widget",
"issues": "https://github.com/corpsepk/corpsepk/yii2-dadata-suggestions-widget/issues"
},
"authors": [
{
"name": "Alexsandr Khramov",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"scrutinizer/ocular": "~1.1"
},
"autoload": {
"psr-4": {
"corpsepk\\DaData\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"process-timeout": 1800,
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm-asset",
"bower-asset-library": "vendor/bower-asset"
}
}
}
}