-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 889 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
{
"name": "tilleuls/ckeditor-sonata-media-bundle",
"type": "symfony-bundle",
"description": "Integrates SonataMediaBundle with CKEditor",
"keywords": ["media", "ckeditor", "upload", "file", "image", "sonata"],
"homepage": "http://les-tilleuls.coop",
"license": "MIT",
"authors": [
{
"name": "Kévin Dunglas",
"email": "[email protected]",
"homepage": "http://dunglas.fr"
}
],
"require": {
"sonata-project/media-bundle": "~2.3"
},
"suggest": {
"egeloen/ckeditor-bundle": "for easy Symfony integration"
},
"autoload": {
"psr-0": { "CoopTilleuls\\Bundle\\CKEditorSonataMediaBundle": "" }
},
"target-dir": "CoopTilleuls/Bundle/CKEditorSonataMediaBundle",
"extra": {
"branch-alias": {
"dev-master": "2.3.x-dev"
}
}
}