forked from yiidoc/yii2-redactor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 1022 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
{
"name": "karneds/yii2-redactor",
"description": "Extension redactor for Yii2 Framework.",
"keywords": ["yii2", "extension", "redactor", "WYSIWYG", "html editor", "imperavi"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/karneds/yii2-redactor/issues?state=open",
"wiki": "https://github.com/karneds/yii2-redactor/wiki",
"source": "https://github.com/karneds/yii2-redactor"
},
"authors": [
{
"name": "Nghia Nguyen",
"email": "[email protected]",
"homepage": "http://www.yiidev.com"
},
{
"name": "Popov Denis",
"email": "[email protected]",
"homepage": "http://lumenarium.biz"
}
],
"autoload": {
"psr-4": {
"yii\\redactor\\": "/"
}
},
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "*",
"yiiext/imperavi-redactor-widget":"*"
}
}