forked from borodulin/yii2-select2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.01 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
{
"name": "conquer/select2",
"description": "Yii2 Select2 widget",
"keywords": ["yii2", "extension", "widget", "select2"],
"homepage": "https://github.com/DirtyB/yii2-select2",
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/borodulin/yii2-select2/issues",
"source": "https://github.com/borodulin/yii2-select2"
},
"authors": [
{
"name": "Andrey Borodulin",
"email": "[email protected]"
},
{
"name": "Boris Tolstukha",
"email": "[email protected]"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.2.1.x-dev"
}
},
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "*",
"conquer/helpers": "~2.0.7",
"bower-asset/select2": "~4.0.0",
"bower-asset/select2-bootstrap-theme": "*"
},
"autoload": {
"psr-4": {
"conquer\\select2\\": ""
}
}
}