-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 799 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 799 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
{
"name": "dezull/help-bundle",
"type": "symfony-bundle",
"description": "Documentation browser/generator for Symfony2",
"keywords": ["help","Documentation generator"],
"homepage": "https://github.com/dezull/HelpBundle",
"license": "MIT",
"authors": [
{
"name": "Dzul Nizam",
"email": "de.dzul@gmail.com",
"role": "Developer"
}
],
"require": {
"symfony/framework-bundle": ">=2.0.7",
"doctrine/common": ">=2.0",
"doctrine/doctrine-bundle": "*"
},
"suggest": {
"Trsteel/ckeditor-bundle": "Provides a better text editor"
},
"autoload": {
"psr-0": {
"Dezull\\Bundle\\HelpBundle": ""
}
},
"target-dir": "Dezull/Bundle/HelpBundle"
}