mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
b603381139
2. Up min Symfony verion to 5.0. Adopt code to sf 5.0+ 3. Local env to run tests 4. Repare tests
60 lines
1.9 KiB
JSON
60 lines
1.9 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": ">=8.1",
|
|
"symfony/form": "^5.0",
|
|
"symfony/twig-bundle": "^5.0",
|
|
"symfony/framework-bundle": "^5.0",
|
|
"symfony/console": "^5.0",
|
|
"michelf/php-markdown": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofsymfony/rest-bundle": "^3.7",
|
|
"jms/serializer": "~3.15.0",
|
|
"jms/serializer-bundle": "4.1.0",
|
|
"phpunit/phpunit": "~9.5",
|
|
"sensio/framework-extra-bundle": "^6.2",
|
|
"symfony/asset": "^5.0",
|
|
"symfony/browser-kit": "^5.0",
|
|
"symfony/translation": "^5.0",
|
|
"symfony/validator": "^5.0",
|
|
"symfony/yaml": "^5.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|