{ "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.2.5|^4.0", "symfony/property-info": "^3.1|^4.0", "exsyst/swagger": "~0.3", "zircote/swagger-php": "^2.0.9" }, "require-dev": { "symfony/yaml": "Temporary: see https://github.com/symfony/symfony/pull/24634/files#r153192689", "symfony/yaml": "^2.8|^3.0|^4.0", "symfony/templating": "^2.8|^3.0|^4.0", "symfony/twig-bundle": "^3.0|^4.0", "symfony/asset": "^2.8|^3.0|^4.0", "symfony/console": "^2.8|^3.0|^4.0", "symfony/config": "^2.8|^3.0|^4.0", "symfony/validator": "^2.8|^3.0|^4.0", "symfony/property-access": "^2.8|^3.0|^4.0", "symfony/form": "^3.0.8|^4.0", "symfony/dom-crawler": "^2.8|^3.0|^4.0", "symfony/browser-kit": "^2.8|^3.0|^4.0", "symfony/cache": "^3.1|^4.0", "symfony/phpunit-bridge": "^3.3", "sensio/framework-extra-bundle": "^3.0", "symfony/stopwatch": "^2.8|^3.0|^4.0", "doctrine/annotations": "^1.2", "phpdocumentor/reflection-docblock": "^3.1", "api-platform/core": "^2.0.3", "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.0.x-dev" } } }