mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
d8b5ab9f71
* fix symfony deprecations
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
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": {
|
|
"php": ">=7.1",
|
|
"symfony/twig-bundle": "~2.3|~3.0|~4.0|~5.0",
|
|
"symfony/framework-bundle": "~2.3|~3.0|~4.0|~5.0",
|
|
"symfony/console": "~2.3|~3.0|~4.0|~5.0",
|
|
"michelf/php-markdown": "~1.4"
|
|
},
|
|
"conflict": {
|
|
"jms/serializer": "<0.12",
|
|
"jms/serializer-bundle": "<0.11",
|
|
"twig/twig": "<1.12",
|
|
"symfony/symfony": "~2.7.8"
|
|
},
|
|
"suggest": {
|
|
"symfony/form": "For using form definitions as input.",
|
|
"symfony/validator": "For making use of validator information in the doc.",
|
|
"friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
|
|
"dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
|
|
"jms/serializer": "For making use of serializer information in the doc."
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Nelmio\\ApiDocBundle": "" }
|
|
},
|
|
"target-dir": "Nelmio/ApiDocBundle",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-2.x": "2.13-dev"
|
|
}
|
|
}
|
|
}
|