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": {
|
2024-06-18 00:19:53 +03:00
|
|
|
"php": ">=8.1",
|
2024-06-18 12:30:31 +03:00
|
|
|
"symfony/form": "^5.0|^6.0",
|
|
|
|
"symfony/twig-bundle": "^5.0|^6.0",
|
|
|
|
"symfony/framework-bundle": "^5.0|^6.0",
|
|
|
|
"symfony/console": "^5.0|^6.0",
|
2014-02-19 12:55:16 +01:00
|
|
|
"michelf/php-markdown": "~1.4"
|
2012-05-23 00:33:01 +02:00
|
|
|
},
|
2024-06-18 00:19:53 +03:00
|
|
|
"require-dev": {
|
|
|
|
"friendsofsymfony/rest-bundle": "^3.7",
|
|
|
|
"jms/serializer": "~3.15.0",
|
|
|
|
"jms/serializer-bundle": "4.1.0",
|
|
|
|
"phpunit/phpunit": "~9.5",
|
2024-06-18 12:30:31 +03:00
|
|
|
"symfony/asset": "^5.0|^6.0",
|
|
|
|
"symfony/browser-kit": "^5.0|^6.0",
|
|
|
|
"symfony/translation": "^5.0|^6.0",
|
|
|
|
"symfony/validator": "^5.0|^6.0",
|
|
|
|
"symfony/yaml": "^5.0|^6.0"
|
2024-06-18 00:19:53 +03:00
|
|
|
},
|
2013-02-15 13:33:37 +01:00
|
|
|
"conflict": {
|
2013-03-25 12:28:00 +01:00
|
|
|
"jms/serializer": "<0.12",
|
2015-08-28 10:50:28 +02:00
|
|
|
"jms/serializer-bundle": "<0.11",
|
2016-03-21 11:11:27 +01:00
|
|
|
"twig/twig": "<1.12",
|
|
|
|
"symfony/symfony": "~2.7.8"
|
2013-02-15 13:33:37 +01:00
|
|
|
},
|
2013-10-28 19:12:43 +01:00
|
|
|
"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.",
|
2015-04-28 23:29:18 +02:00
|
|
|
"dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
|
2013-10-29 09:54:57 +01:00
|
|
|
"jms/serializer": "For making use of serializer information in the doc."
|
2013-10-28 19:12:43 +01:00
|
|
|
},
|
2012-05-23 00:33:01 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "Nelmio\\ApiDocBundle": "" }
|
|
|
|
},
|
2012-05-23 09:44:19 +02:00
|
|
|
"target-dir": "Nelmio/ApiDocBundle",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-05-31 14:17:35 +02:00
|
|
|
"dev-2.x": "2.13-dev"
|
2012-05-23 09:44:19 +02:00
|
|
|
}
|
|
|
|
}
|
2012-05-23 00:33:01 +02:00
|
|
|
}
|