-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 992 Bytes
/
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
{
"name": "gitrequests/yii2-widget-easyautocomplete",
"description": "Yii2 widget for the EasyAutocomplete plugin (https://github.com/pawelczak/EasyAutocomplete).",
"keywords": ["yii2", "extension", "widget", "autocomplete", "form", "dropdown", "jquery", "plugin"],
"homepage": "https://github.com/gitrequests/yii2-widget-easyautocomplete",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Dmitry Bankousky",
"email": "[email protected]",
"homepage": "https://github.com/gitrequests/"
}
],
"require": {
"bower-asset/easyautocomplete": "~1.3",
"yiisoft/yii2": "~2"
},
"autoload": {
"psr-4": {
"gitrequests\\easyautocomplete\\": ""
}
},
"support": {
"source": "https://github.com/gitrequests/yii2-widget-easyautocomplete",
"issues": "https://github.com/gitrequests/yii2-widget-easyautocomplete/issues"
}
}