forked from artur-gajewski/DocumentorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (27 loc) · 842 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
{
"name": "timhovius/documentor-bundle",
"type": "symfony-bundle",
"description": "Symfony2 bundle to implement phpDocumentor into any project from which the documentation is accessible with a browser.",
"keywords": ["phpdocumentor"],
"homepage": "https://github.com/timhovius/DocumentorBundle",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "Artur Gajewski",
"email": "[email protected]"
},
{
"name": "Tim Hovius",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.3",
"phpdocumentor/phpdocumentor": "~2.0"
},
"autoload": {
"psr-0": { "Documentor\\Bundle\\DocumentorBundle": "" }
},
"target-dir": "Documentor/Bundle/DocumentorBundle"
}