-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
38 lines (38 loc) · 880 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
{
"name": "rob006/yii-tinymce",
"description": "TinyMCE editor integration for Yii 1.1.",
"type": "yii-extension",
"keywords": ["yii", "extension", "TinyMCE", "widget", "elFinder"],
"homepage": "https://github.com/rob006-software/yii-tinymce",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "Robert Korulczyk",
"email": "robert@korulczyk.pl",
"homepage": "https://rob006.net/"
}
],
"support": {
"issues": "https://github.com/rob006-software/yii-tinymce/issues",
"source": "https://github.com/rob006-software/yii-tinymce"
},
"require": {
"php": ">=5.4.0",
"tinymce/tinymce": "^6.8.2",
"yiisoft/yii": "~1.1.18"
},
"autoload": {
"classmap": [
"src/"
]
},
"suggest": {
"rob006/yii-elfinder2": "Provides file manager integration with editor."
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}