forked from yii2mod/yii2-selectize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 loc) · 961 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
44
45
46
47
{
"name": "ommu/yii2-selectize",
"description": "selectize.js wrapper for yii2",
"type": "yii2-extension",
"keywords": [
"extension",
"yii2 selectize",
"yii2 selectize.js",
"yii2 select",
"yii2 tagging",
"ommu",
"ommu-platform",
"yii2"
],
"license": "MIT",
"homepage": "https://github.com/ommu/yii2-selectize",
"support": {
"issues": "https://github.com/ommu/yii2-selectize/issues",
"wiki": "https://github.com/ommu/yii2-selectize/wiki",
"source": "https://github.com/ommu/yii2-selectize"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/yii2-selectize.git"
},
"authors": [
{
"name": "Igor Chepurnoy",
"email": "[email protected]"
},
{
"name": "Putra Sudaryanto",
"email": "[email protected]",
"homepage": "https://ommu.id",
"role": "Modifier"
}
],
"require": {
"php": ">=5.6",
"yii2mod/yii2-selectize": "*"
},
"autoload": {
"psr-4": {
"ommu\\selectize\\": ""
}
}
}