forked from webvimark/ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
29 lines (29 loc) · 839 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
{
"name": "MadAnd/yii2-ckeditor-kcfinder",
"description": "CKEditor + KCFinder for Yii 2",
"keywords": ["yii2", "ckeditor", "kcfinder", "filebrowser", "WYSIWYG", "widget"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"source": "https://github.com/MadAnd/yii2-ckeditor-kcfinder",
"issues": "https://github.com/MadAnd/yii2-ckeditor-kcfinder/issues"
},
"authors": [
{
"name": "MadAnd",
"email": "[email protected]",
"homepage": "https://github.com/MadAnd",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"MadAnd\\ckeditor\\": ""
}
},
"require": {
"yiisoft/yii2": "*",
"ckeditor/ckeditor": "dev-full/4.4.x",
"sunhater/kcfinder": "dev-master"
}
}