forked from sonata-project/SonataMarkItUpBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.07 KB
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 1.07 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
{
"name": "sonata-project/markitup-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataMarkItUpBundle",
"keywords": ["markitup", "sonata", "jquery", "markup", "editor", "markdown", "wiki", "bbcode", "html", "textile"],
"homepage": "http://sonata-project.org/bundles/markitup",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
"email": "thomas.rabaix@sonata-project.org",
"homepage": "http://sonata-project.org"
},
{
"name": "Jay Salvat",
"homepage": "http://jaysalvat.com"
},
{
"name": "Sonata Community",
"homepage": "https://github.com/sonata-project/SonataMarkItUpBundle/contributors"
}
],
"require": {
"sonata-project/jquery-bundle": "1.*"
},
"autoload": {
"psr-0": { "Sonata\\MarkItUpBundle": "" }
},
"target-dir": "Sonata/MarkItUpBundle",
"extra": {
"branch-alias": {
"dev-2.0": "2.0.x-dev",
"dev-master": "2.1.x-dev"
}
}
}