-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
37 lines (37 loc) · 891 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
{
"name": "carlcs/craft-redactorcustomstyles",
"description": "Redactor Custom Styles plugin for Craft CMS",
"version": "5.0.0",
"type": "craft-plugin",
"keywords": [
"redactor",
"styles",
"buttons",
"craftcms"
],
"license": "MIT",
"authors": [
{
"name": "carlcs",
"homepage": "https://github.com/carlcs"
}
],
"support": {
"issues": "https://github.com/carlcs/craft-redactorcustomstyles/issues?state=open",
"source": "https://github.com/carlcs/craft-redactorcustomstyles",
"docs": "https://github.com/carlcs/craft-redactorcustomstyles"
},
"require": {
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/redactor": "^4.0.0-alpha"
},
"autoload": {
"psr-4": {
"carlcs\\redactorcustomstyles\\": "src/"
}
},
"extra": {
"name": "Redactor Custom Styles",
"handle": "redactor-custom-styles"
}
}