forked from yiidoc/yii2-redactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 971 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ommu/yii2-redactor",
"description": "Extension redactor for Yii2 Framework.",
"type": "yii2-extension",
"keywords": [
"extension",
"redactor",
"WYSIWYG",
"html editor",
"imperavi",
"ommu",
"ommu-platform",
"yii2"
],
"license": "Apache-2.0",
"homepage": "https://github.com/ommu/yii2-redactor",
"support": {
"issues": "https://github.com/ommu/yii2-redactor/issues",
"wiki": "https://github.com/ommu/yii2-redactor/wiki",
"source": "https://github.com/ommu/yii2-redactor"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/yii2-redactor.git"
},
"authors": [
{
"name": "Nghia Nguyen",
"email": "zinzinday@gmail.com",
"role": "Creator"
},
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.co",
"homepage": "https://ommu.co",
"role": "Modifier"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"yii\\redactor\\": "/"
}
}
}