-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1012 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
31
32
33
34
35
36
37
38
39
{
"name": "avtonom/creole-full-bundle",
"type": "symfony-bundle",
"description": "Bundle for Symfony for creole markdown Wiki parser for PHP from softark/creole",
"keywords": ["creole", "wiki", "parser", "markdown", "Symfony", "Wiki", "Bundle", "wikitext"],
"homepage": "https://github.com/Avtonom/creole-full-bundle",
"license": "MIT",
"authors": [
{
"name": "Avtonom",
"email": "[email protected]",
"homepage": "http://webgloss.ru/"
},
{
"name": "Nobuo Kihara",
"email": "[email protected]",
"homepage": "http://softark.net/",
"role": "Creator"
}
],
"support": {
"issues": "https://github.com/Avtonom/creole-full-bundle/issues",
"source": "https://github.com/Avtonom/creole-full-bundle"
},
"require": {
"symfony/framework-bundle": "~2.3",
"softark/creole": "*@dev"
},
"autoload": {
"psr-4": {
"Avtonom\\CreoleBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}