mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add corytech/php-openapi recipe (#1596)
* add corytech/php-openapi recipe * fix yaml * fix yaml * add bundles to manifest
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
corytech_open_api:
|
||||
handle_exceptions_on_path_prefixes:
|
||||
- "/api/v1"
|
||||
8
corytech/php-openapi/1.0/manifest.json
Normal file
8
corytech/php-openapi/1.0/manifest.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Corytech\\OpenApi\\CorytechOpenApiBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user