mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
45 lines
2.3 KiB
JSON
45 lines
2.3 KiB
JSON
{
|
|
"locks": {
|
|
"nelmio/api-doc-bundle": {
|
|
"version": "2.13",
|
|
"recipe": {
|
|
"repo": "2.13",
|
|
"branch": "master",
|
|
"version": "2.13",
|
|
"ref": "d13bb99357ebcd2ffb6fe808a64961f5bc1c7546"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"nelmio/api-doc-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "nelmio/api-doc-bundle",
|
|
"version": "2.13",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Nelmio\\ApiDocBundle\\NelmioApiDocBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/nelmio_api_doc.yaml": {
|
|
"contents": "NelmioApiDocBundle:\n resource: \"@NelmioApiDocBundle/Resources/config/routing.yml\"\n prefix: /api/doc\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/nelmio_api_doc.yaml": {
|
|
"contents": "#nelmio_api_doc:\n# exclude_sections: []\n# default_sections_opened: true\n# motd:\n# template: 'NelmioApiDocBundle::Components/motd.html.twig'\n# request_listener:\n# enabled: true\n# parameter: _doc\n# swagger:\n# api_base_path: /api\n# swagger_version: '1.2'\n# api_version: '0.1'\n# info:\n# title: Symfony2\n# description: 'My awesome Symfony2 app!'\n# TermsOfServiceUrl: null\n# contact: null\n# license: null\n# licenseUrl: null\n# cache:\n# enabled: false\n# file: '%kernel.cache_dir%/api-doc.cache'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "nelmio/api-doc-bundle:2.13@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |