NelmioApiDocBundle/composer.json
2016-07-13 23:05:14 +02:00

41 lines
1.1 KiB
JSON

{
"name": "exsyst/api-doc-bundle",
"type": "symfony-bundle",
"description": "[WIP] Generates Swagger docs from several sources",
"license": "MIT",
"authors": [
{
"name": "EXSyst"
}
],
"require": {
"php": ">=5.6",
"symfony/framework-bundle": "^3.2@dev",
"gossi/swagger": "^0.2"
},
"require-dev": {
"symfony/browser-kit": "~2.8|~3.0",
"symfony/phpunit-bridge": "^3.2@dev",
"sensio/framework-extra-bundle": "~3.0",
"nelmio/api-doc-bundle": "^2.0",
"phpdocumentor/reflection-docblock": "^3.1",
"phpunit/phpunit": "^5.4"
},
"suggest": {
"nelmio/api-doc-bundle": "For using the ApiDoc annotation.",
"phpdocumentor/reflection-docblock": "For parsing php docs."
},
"autoload": {
"psr-4": {
"EXSyst\\Bundle\\ApiDocBundle\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}