mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
24 lines
695 B
JSON
24 lines
695 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/framework-bundle": "2.1.*"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-0": { "Nelmio\\ApiDocBundle": "" }
|
||
|
},
|
||
|
"target-dir": "Nelmio/ApiDocBundle"
|
||
|
}
|