mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +03:00
48 lines
1.4 KiB
JSON
48 lines
1.4 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": "^7.0",
|
|
"symfony/framework-bundle": "^3.2",
|
|
"exsyst/swagger": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"symfony/validator": "^3.2",
|
|
"symfony/property-access": "^3.2",
|
|
"symfony/browser-kit": "^3.2",
|
|
"symfony/cache": "^3.2",
|
|
"symfony/phpunit-bridge": "^3.2",
|
|
"sensio/framework-extra-bundle": "^3.0",
|
|
"nelmio/api-doc-bundle": "^2.0",
|
|
"phpdocumentor/reflection-docblock": "^3.1",
|
|
"phpunit/phpunit": "^5.4",
|
|
"zircote/swagger-php": "^2.0",
|
|
"api-platform/core": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"nelmio/api-doc-bundle": "For using the ApiDoc annotation.",
|
|
"phpdocumentor/reflection-docblock": "For parsing php docs.",
|
|
"zircote/swagger-php": "For using swagger annotations.",
|
|
"api-platform/core": "For using an API oriented framework."
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EXSyst\\Bundle\\ApiDocBundle\\": ""
|
|
}
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.1.x-dev"
|
|
}
|
|
},
|
|
"prefer-stable": true,
|
|
"minimum-stability": "dev"
|
|
}
|