{ "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.0", "symfony/framework-bundle": "^3.4|^4.0", "symfony/property-info": "^3.4|^4.0", "exsyst/swagger": "~0.3", "zircote/swagger-php": "^2.0.9" }, "require-dev": { "symfony/templating": "^3.4|^4.0", "symfony/twig-bundle": "^3.4|^4.0", "symfony/asset": "^3.4|^4.0", "symfony/console": "^3.4|^4.0", "symfony/config": "^3.4|^4.0", "symfony/validator": "^3.4|^4.0", "symfony/property-access": "^3.4|^4.0", "symfony/form": "^3.4|^4.0", "symfony/dom-crawler": "^3.4|^4.0", "symfony/browser-kit": "^3.4|^4.0", "symfony/cache": "^3.4|^4.0", "symfony/phpunit-bridge": "^3.4", "symfony/stopwatch": "^3.4|^4.0", "sensio/framework-extra-bundle": "^3.0", "doctrine/annotations": "^1.2", "doctrine/common": "^2.4", "phpdocumentor/reflection-docblock": "^3.1", "api-platform/core": "^2.1.0", "friendsofsymfony/rest-bundle": "^2.0", "jms/serializer-bundle": "^2.0" }, "suggest": { "phpdocumentor/reflection-docblock": "For parsing php docs.", "api-platform/core": "For using an API oriented framework.", "friendsofsymfony/rest-bundle": "For using the parameters annotations." }, "autoload": { "psr-4": { "Nelmio\\ApiDocBundle\\": "" } }, "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } } }