-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
40 lines (40 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
39
40
{
"name": "wdmg/yii2-editor",
"description": "WYSIWYG editor for Yii2 based on Bootstrap 3",
"keywords": ["yii", "yii2", "extension", "wysiwyg", "editor", "bootstrap", "widget", "wdmg"],
"type": "yii2-extension",
"license": "MIT",
"version": "1.2.1",
"homepage": "https://github.com/wdmg/yii2-editor",
"support": {
"source": "https://github.com/wdmg/yii2-editor",
"issues": "https://github.com/wdmg/yii2-editor/issues"
},
"authors": [
{
"name": "Alexsander Vyshnyvetskyy",
"email": "[email protected]"
},
{
"name": "W.D.M.Group, Ukraine",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "^2.0.35",
"yiisoft/yii2-bootstrap": "*",
"bower-asset/bootstrap-wysiwyg-editor": "^1.1.4",
"bower-asset/font-awesome": "^6.4.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"wdmg\\widgets\\": "src"
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
}
}
}