-
Notifications
You must be signed in to change notification settings - Fork 26
/
composer.json
51 lines (51 loc) · 1001 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
49
50
51
{
"name": "froala/wysiwyg-editor-php-sdk",
"version": "4.3.1",
"description": "PHP SDK for Froala WYSIWYG Editor",
"type": "php-plugin",
"keywords": [
"froala",
"editor",
"php",
"sdk",
"froala",
"html",
"text",
"editor",
"wysiwyg",
"rich editor",
"rich text editor",
"rte",
"php wysiwyg",
"php rich text editor",
"php rte"
],
"homepage": "https://www.froala.com/wysiwyg-editor",
"license": "proprietary",
"authors": [
{
"name": "Froala Labs",
"role": "Maintainer"
}
],
"require": {
"php": ">=5.4.0",
"ext-fileinfo": "*",
"ext-imagick": "*"
},
"autoload": {
"psr-0": {
"FroalaEditor": "lib/"
},
"psr-4": {
"FroalaEditor\\": "lib/FroalaEditor"
}
},
"support": {
"issues": "https://github.com/froala/froala-editor-php-sdk/issues",
"source": "https://www.froala.com/wysiwyg-editor"
},
"extra": {
"installer-name": "FroalaEditor"
}
}