-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.06 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "comur/content-admin-bundle",
"type": "symfony-bundle",
"version": "0.0.21",
"description": "Lets you add a symfony form field with a visual inline editor for all your templates with CKEditor",
"keywords": ["admin", "symfony", "ckeditor", "inline", "content", "cms", "edit", "cmf", "page", "sonata", "html", "twig"],
"homepage": "https://github.com/comur/content-admin-bundle",
"license": "MIT",
"authors": [
{
"name": "Can OMUR",
"email": "omur.can@gmail.com"
}
],
"require": {
"php": ">=7.1",
"symfony/console": ">=3.4",
"symfony/form": ">=3.4",
"symfony/framework-bundle": ">=3.4",
"symfony/orm-pack": "*",
"symfony/translation": ">=3.4",
"symfony/twig-bundle": ">=3.4",
"symfony/validator": ">=3.4",
"symfony/yaml": ">=3.4",
"emanueleminotto/simple-html-dom": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5.1"
},
"autoload": {
"psr-4": {
"Comur\\ContentAdminBundle\\": ""
}
},
"minimum-stability": "stable",
"prefer-stable": true
}