forked from servergrove/ServerGroveKbBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.22 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.22 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
37
38
39
40
41
{
"name": "servergrove/kb-bundle",
"description": "Symfony2 bundle which provides a complete Knowledge Base system based on the Symfony CMF and PHPCR projects",
"license": "MIT",
"authors": [
{
"name": "Ismael Ambrosi",
"email": "ismaambrosi@gmail.com"
},
{
"name": "Pablo Godel",
"email": "pgodel@gmail.com"
},
{
"name": "Raul Fraile",
"email": "raulfraile@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": ">=2.0,<2.3-dev",
"codemirror/codemirror": "v2.33",
"chjj/marked": "v0.2.5",
"doctrine/phpcr-bundle": "dev-master",
"doctrine/phpcr-odm": "1.0.x-dev",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"servergrove/translation-editor-bundle": "dev-master",
"jackalope/jackalope-jackrabbit": "dev-master",
"knplabs/knp-markdown-bundle": "dev-master"
},
"autoload": {
"psr-0": {
"ServerGrove\\KbBundle": ""
}
},
"target-dir": "ServerGrove/KbBundle",
"require-dev": {
"symfony/finder": ">=2.0,<2.3-dev"
}
}