-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.71 KB
/
Copy pathcomposer.json
File metadata and controls
48 lines (48 loc) · 1.71 KB
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
{
"name": "akawaka/sulu-multi-ckeditor-bundle",
"type": "sulu-bundle",
"description": "Multi-Configuration CKEditor Bundle for Sulu CMS - Provides different editor configurations within the same Sulu installation by AKAWAKA.",
"keywords": ["sulu", "cms", "ckeditor", "bundle", "editor", "configuration", "multi-config", "text-editor"],
"homepage": "https://github.com/akawaka/sulu-multi-ckeditor-bundle",
"license": "MIT",
"support": {
"issues": "https://github.com/akawaka/sulu-multi-ckeditor-bundle/issues",
"source": "https://github.com/akawaka/sulu-multi-ckeditor-bundle"
},
"require": {
"php": "^8.2",
"sulu/sulu": "^2.6.24 || ^3.0.7",
"symfony/framework-bundle": "^6.4 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0 || ^10.0 || ^11.0",
"phpstan/phpstan": "^1.0",
"friendsofphp/php-cs-fixer": "^3.0"
},
"autoload": {
"psr-4": {
"Akawaka\\SuluMultiCKEditorBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Akawaka\\SuluMultiCKEditorBundle\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
},
"symfony": {
"allow-contrib": false,
"require": "^5.4 || ^6.0 || ^7.0"
}
},
"suggest": {
"jackalope/jackalope-doctrine-dbal": "Required for Sulu 2.x PHPCR-based content types (^1.7 || ^2.0)",
"sulu/article-bundle": "For enhanced article editing capabilities with custom editors",
"sulu/form-bundle": "For form integration with different editor configurations"
},
"minimum-stability": "stable",
"prefer-stable": true
}