2016-06-30 23:30:37 +02:00
|
|
|
{
|
2016-12-29 12:09:26 +01:00
|
|
|
"name": "nelmio/api-doc-bundle",
|
|
|
|
"description": "Generates documentation for your REST API from annotations",
|
|
|
|
"keywords": ["api", "documentation", "doc", "rest"],
|
2016-06-30 23:30:37 +02:00
|
|
|
"type": "symfony-bundle",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": [
|
|
|
|
{
|
2016-12-29 12:09:26 +01:00
|
|
|
"name": "Nelmio",
|
|
|
|
"homepage": "http://nelm.io"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
|
2016-06-30 23:30:37 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2016-12-29 12:09:26 +01:00
|
|
|
"php": "~7.0|~7.1",
|
2016-12-29 15:31:10 +01:00
|
|
|
"symfony/framework-bundle": "^2.8|^3.0",
|
2017-01-14 17:36:56 +01:00
|
|
|
"symfony/property-info": "^2.8|^3.0",
|
2016-12-30 13:37:02 +01:00
|
|
|
"exsyst/swagger": "~0.2.3"
|
2016-06-30 23:30:37 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2016-12-29 15:31:10 +01:00
|
|
|
"symfony/twig-bundle": "^2.8|^3.0",
|
|
|
|
"symfony/console": "^2.8|^3.0",
|
|
|
|
"symfony/config": "^2.8|^3.0",
|
|
|
|
"symfony/validator": "^2.8|^3.0",
|
|
|
|
"symfony/property-access": "^2.8|^3.0",
|
|
|
|
"symfony/browser-kit": "^2.8|^3.0",
|
|
|
|
"symfony/cache": "^3.1",
|
2016-07-29 10:22:40 +02:00
|
|
|
"symfony/phpunit-bridge": "^3.2",
|
2016-07-28 10:20:59 +02:00
|
|
|
"sensio/framework-extra-bundle": "^3.0",
|
2016-08-04 22:27:10 +02:00
|
|
|
"phpunit/phpunit": "^5.4",
|
2016-12-17 12:19:05 +01:00
|
|
|
"doctrine/annotations": "^1.2",
|
2016-08-04 22:27:10 +02:00
|
|
|
|
2016-07-13 23:05:14 +02:00
|
|
|
"phpdocumentor/reflection-docblock": "^3.1",
|
2016-07-29 10:22:40 +02:00
|
|
|
"zircote/swagger-php": "^2.0",
|
2016-12-29 12:09:26 +01:00
|
|
|
"api-platform/core": "^2.0",
|
2016-08-04 22:27:10 +02:00
|
|
|
"friendsofsymfony/rest-bundle": "^2.0"
|
2016-06-30 23:30:37 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
2016-07-29 10:22:40 +02:00
|
|
|
"phpdocumentor/reflection-docblock": "For parsing php docs.",
|
|
|
|
"zircote/swagger-php": "For using swagger annotations.",
|
2016-08-04 22:27:10 +02:00
|
|
|
"api-platform/core": "For using an API oriented framework.",
|
|
|
|
"friendsofsymfony/rest-bundle": "For using the parameters annotations."
|
2016-06-30 23:30:37 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-12-29 12:09:26 +01:00
|
|
|
"Nelmio\\ApiDocBundle\\": ""
|
2016-06-30 23:30:37 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2016-12-29 12:09:26 +01:00
|
|
|
"dev-master": "3.0.x-dev"
|
2016-06-30 23:30:37 +02:00
|
|
|
}
|
2016-12-29 12:09:26 +01:00
|
|
|
}
|
2016-06-30 23:30:37 +02:00
|
|
|
}
|