-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (31 loc) · 880 Bytes
/
composer.json
File metadata and controls
34 lines (31 loc) · 880 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
33
34
{
"name": "lorenzschaef/help-pages-bundle",
"type": "symfony-bundle",
"description": "This Bundle provides a simple way of including end user documentation in your Symfony application.",
"keywords": ["symfony", "help", "documentation"],
"license": "MIT",
"authors": [
{
"name": "Lorenz Schäfer",
"email": "lorenzschaefer@gmx.ch"
}
],
"support": {
"issues": "https://github.com/Lorenzschaef/LorenzschaefHelpPagesBundle/issues"
},
"require": {
"php": ">=5.3.2",
"knplabs/knp-markdown-bundle": "^1.4",
"symfony/framework-bundle": "~2.3",
"symfony/twig-bundle": "~2.3"
},
"suggest": {
},
"require-dev": {
},
"autoload": {
"psr-4": {
"Lorenzschaef\\HelpPagesBundle\\": ""
}
}
}