-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
43 lines (43 loc) · 983 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "conquer/select2",
"description": "Yii2 Select2 widget",
"keywords": [
"yii2",
"extension",
"widget",
"select2"
],
"homepage": "https://github.com/borodulin/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]"
}
],
"extra": {
"branch-alias": {
"dev-master": "1.5.5.x-dev",
"dev-release": "1.4.5.x-dev"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": ">=2.0.6",
"conquer/helpers": ">=2.0.7",
"bower-asset/select2": ">=4.0.0",
"bower-asset/select2-bootstrap-theme": "*"
},
"autoload": {
"psr-4": {
"conquer\\select2\\": ""
}
}
}