NelmioApiDocBundle/composer.json
2012-05-23 10:02:25 +02:00

25 lines
664 B
JSON

{
"name": "nelmio/api-doc-bundle",
"description": "Generates documentation for your REST API from annotations",
"keywords": ["api", "documentation", "doc", "rest"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Nelmio",
"homepage": "http://nelm.io"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
}
],
"require": {
"symfony/symfony": "2.0.*"
},
"autoload": {
"psr-0": { "Nelmio\\ApiDocBundle": "" }
},
"target-dir": "Nelmio/ApiDocBundle"
}