forked from artkost/yii2-trumbowyg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 863 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
{
"name": "artkost/yii2-trumbowyg",
"description": "The Trumbowyg WYSIWYG Editor widget for yii2 framework",
"type": "yii2-extension",
"keywords": [
"yii2",
"yii 2",
"trumbowyg",
"wysiwyg",
"widget"
],
"license": "MIT",
"authors": [
{
"name": "Nikolay Kostyurin",
"email": "nikolay@artkost.ru"
},
{
"name": "A.Kustov",
"email": "v8diesel@mail.ru"
}
],
"support": {
"issues": "https://github.com/artkost/yii2-trumbowyg/issues?state=open",
"source": "https://github.com/artkost/yii2-trumbowyg"
},
"require": {
"yiisoft/yii2": "~2.0.0",
"bower-asset/trumbowyg": "~2.0"
},
"autoload": {
"psr-4": {
"artkost\\trumbowyg\\": ""
}
}
}