add corytech/php-openapi recipe (#1596)

* add corytech/php-openapi recipe

* fix yaml

* fix yaml

* add bundles to manifest
This commit is contained in:
qconer
2024-02-24 11:42:02 +02:00
committed by GitHub
parent 4a79670d82
commit e0baded5bc
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
corytech_open_api:
handle_exceptions_on_path_prefixes:
- "/api/v1"

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Corytech\\OpenApi\\CorytechOpenApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}