-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 853 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 853 Bytes
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
{
"name": "sherlockode/advanced-content-bundle",
"type": "symfony-bundle",
"description": "Symfony Bundle for CMS content with custom fields",
"license": "MIT",
"authors": [
{
"name": "Sherlockode",
"email": "contact@sherlockode.fr"
}
],
"require": {
"php": "^7.4 || ^8.1",
"cocur/slugify": "^4.0",
"symfony/form": "^5.3 || ^6.0",
"symfony/framework-bundle": "^5.3 || ^6.0",
"symfony/twig-bundle": "^5.3 || ^6.0",
"twig/twig": "^2.0 || ^3.0"
},
"suggest": {
"friendsofsymfony/ckeditor-bundle": "Required for the WYSIWYG field type",
"sherlockode/sonata-advanced-content-bundle": "Integration with SonataAdminBundle"
},
"autoload": {
"psr-4": { "Sherlockode\\AdvancedContentBundle\\": "" }
}
}