-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
44 lines (44 loc) · 1.35 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
43
44
{
"name": "helios-ag/fm-summernote-bundle",
"description": "Summernote bundle, adds Summernote WYSIWYG editor to your Symfony project",
"keywords": ["summernote","WYSIWYG", "editor"],
"type": "symfony-bundle",
"homepage": "https://github.com/helios-ag/FMSummernoteBundle",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Al Ganiev",
"email": "helios.ag@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/helios-ag/FMSummernoteBundle/contributors"
}
],
"require": {
"php": "^8.1",
"symfony/framework-bundle": "^6.0 || ^7",
"symfony/twig-bundle": "^6.0 || ^7"
},
"require-dev" : {
"symfony/phpunit-bridge": "^6.0 || ^7",
"matthiasnoback/symfony-config-test": "^4.0",
"matthiasnoback/symfony-dependency-injection-test": "^4.1"
},
"suggest": {
"helios-ag/fm-elfinder-bundle": "Elfinder bundle, file manager",
"helios-ag/fm-rfm-bundle": "Richfilemanager bundle, file manager"
},
"autoload": {
"psr-4": { "FM\\SummernoteBundle\\": "src/" }
},
"autoload-dev": {
"psr-4": { "FM\\SummernoteBundle\\Tests\\": "tests/" }
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
}
}