-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.15 KB
/
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
{
"name": "cyberitas/yii2-tinymce-processor",
"description": "Yii 2 extension providing WordPress-style text processing from a TinyMCE editor",
"version": "0.7.0",
"type": "yii2-extension",
"keywords": ["yii2", "tinymce", "wysiwyg", "text"],
"homepage": "https://github.com/Cyberitas/yii2-tinymce-processor",
"license": "LGPL-3.0+",
"authors": [
{
"name": "Cyberitas Technologies, LLC",
"homepage": "http://www.cyberitas.com/",
"role": "Sponsor"
},
{
"name": "Jesse B. Hannah",
"email": "[email protected]",
"homepage": "https://jbhannah.net",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Cyberitas/yii2-tinymce-processor/issues",
"source": "https://github.com/Cyberitas/yii2-tinymce-processor"
},
"require": {
"php": ">= 5.5",
"yiisoft/yii2": "*",
"tinymce/tinymce": ">=4",
"essence/essence": "^3.1"
},
"require-dev": {
"codeception/codeception": "2.0.*",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
"Cyberitas\\TinymceProcessor\\": "src/",
"Cyberitas\\TinymceProcessor\\Tests\\": "tests/"
}
}
}