NelmioApiDocBundle/composer.json

26 lines
717 B
JSON
Raw Permalink Normal View History

2012-05-23 00:33:01 +02:00
{
"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": {
2012-07-13 14:54:38 +02:00
"symfony/symfony": "2.0.*",
"knplabs/knp-markdown-bundle": "dev-master"
2012-05-23 00:33:01 +02:00
},
"autoload": {
"psr-0": { "Nelmio\\ApiDocBundle": "" }
},
"target-dir": "Nelmio/ApiDocBundle"
}