-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.09 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": "futuretek/yii2-font-awesome-picker",
"description": "Yii2 Font Awesome Picker",
"keywords": [
"yii2",
"extension",
"widget",
"font awesome",
"picker",
"plugin"
],
"type": "yii2-extension",
"license": "Apache-2.0",
"homepage": "http://www.futuretek.cz/",
"authors": [
{
"name": "Lukas Cerny",
"email": "[email protected]",
"homepage": "http://www.futuretek.cz",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/futuretek-solutions-ltd/ext-yii2-font-awesome-picker/issues",
"wiki": "https://github.com/futuretek-solutions-ltd/ext-yii2-font-awesome-picker/wiki",
"source": "https://github.com/futuretek-solutions-ltd/ext-yii2-font-awesome-picker"
},
"require": {
"yiisoft/yii2": "^2.0.0",
"yiisoft/yii2-bootstrap": "^2.0.0",
"futuretek/yii2-font-awesome-pro": "5.10.2"
},
"autoload": {
"psr-4": {
"futuretek\\widgets\\": ""
}
}
}