forked from helios-ag/FMSummernoteBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·32 lines (32 loc) · 961 Bytes
/
composer.json
File metadata and controls
executable file
·32 lines (32 loc) · 961 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
28
29
30
31
32
{
"name": "adnedelcu/summernote-bundle",
"description": "Summernote bundle, adds Summernote WYSIWYG editor to your Symfony2 project",
"keywords": ["summernote","WYSIWYG", "editor"],
"version": "1.0.1",
"type": "symfony-bundle",
"homepage": "https://github.com/adnedelcu/summernote-bundle",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Al Ganiev",
"email": "helios.ag@gmail.com"
},
{
"name": "Alexandru-Daniel Nedelcu",
"email": "alexnedelcu0@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/adnedelcu/summernote-bundle/contributors"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.4",
"symfony/twig-bundle": ">=2.4"
},
"autoload": {
"psr-4": { "ADN\\SummernoteBundle\\": "" }
}
}