forked from stfalcon/TinymceBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1.06 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
{
"name": "stfalcon/tinymce-bundle",
"description": "This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.",
"keywords": ["wysiwyg", "tinymce", "editor"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Stepan Tanasiychuk",
"homepage": "http://blog.stfalcon.com",
"email": "[email protected]"
},
{
"name": "Igor Negrutsa",
"homepage": "http://igor-negrutsa.info",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/stfalcon/TinymceBundle/contributors"
}
],
"require": {
"php": ">=5.3.0",
"symfony/symfony": ">=2.1"
},
"autoload": {
"psr-0": {
"Stfalcon\\Bundle\\TinymceBundle": ""
}
},
"target-dir" : "Stfalcon/Bundle/TinymceBundle",
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
}
}
}