forked from wbraganca/yii2-tagsinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.1 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
{
"name": "wbraganca/yii2-tagsinput",
"description": "The yii2-tagsinput is a Yii 2 wrapper for [bootstrap-tagsinput](https://github.com/timschlechter/bootstrap-tagsinput). A user interface for managing tags.",
"type": "yii2-extension",
"keywords": [
"wbraganca",
"yii2",
"extension",
"yii2-tagsinput",
"yii2 tags input"
],
"homepage": "https://github.com/wbraganca/yii2-tagsinput",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Wanderson Bragança",
"email": "[email protected]",
"homepage": "http://wbraganca.com"
}
],
"support": {
"issues": "https://github.com/wbraganca/yii2-tagsinput/issues",
"source": "https://github.com/wbraganca/yii2-tagsinput"
},
"require": {
"yiisoft/yii2": "~2.0",
"yiisoft/yii2-bootstrap": "~2.0.0",
"bower-asset/bootstrap-tagsinput": "~0.6"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
},
"autoload": {
"psr-4": {
"wbraganca\\tagsinput\\": "src"
}
}
}