generated from dynamikaweb/yii2-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.02 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": "dynamikaweb/yii2-vlibras-widget",
"description": "Widget to use the Brazilian tool vlibras anywhere in the view in yii2",
"type": "yii2-extension",
"keywords": ["dynamika", "yii2", "libras", "widget"],
"license": "LGPL-3.0-only",
"authors": [
{
"name": "Rodrigo Dornelles",
"email": "rodrigo@dynamika.com.br",
"role": "Developer"
},
{
"name": "Robson Soares",
"email": "robson@dynamika.com.br",
"role": "Developer"
}
],
"support": {
"issues": "http://github.com/dynamikaweb/yii2-vlibras-widget/issues",
"source": "http://github.com/dynamikaweb/yii2-vlibras-widget"
},
"require": {
"php": ">=7.0",
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"dynamikaweb\\vlibras\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}