From 7eab772cf019d4ac7f3b69571bf457209d5aecb7 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 24 Feb 2024 09:42:20 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...ec2546ddd3de6bfeba8124d2487b95ecf8066.json | 28 +++++++++++++++++++ corytech.php-openapi.1.0.json | 28 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 60 insertions(+) create mode 100644 archived/corytech.php-openapi/00eec2546ddd3de6bfeba8124d2487b95ecf8066.json create mode 100644 corytech.php-openapi.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 21f4917a..b75e9bd9 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -97,6 +97,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [core23/lastfm-bundle](https://packagist.org/packages/core23/lastfm-bundle) | [0.4](core23/lastfm-bundle/0.4) | | [core23/matomo-bundle](https://packagist.org/packages/core23/matomo-bundle) | [1.1](core23/matomo-bundle/1.1) | | [core23/shariff-bundle](https://packagist.org/packages/core23/shariff-bundle) | [3.0](core23/shariff-bundle/3.0) | +| [corytech/php-openapi](https://packagist.org/packages/corytech/php-openapi) | [1.0](corytech/php-openapi/1.0) | | [cpliakas/git-wrapper](https://packagist.org/packages/cpliakas/git-wrapper) | [3.0](cpliakas/git-wrapper/3.0) | | [crayner/authenticate-bundle](https://packagist.org/packages/crayner/authenticate-bundle) | [1.0](crayner/authenticate-bundle/1.0) | | [csa/guzzle-bundle](https://packagist.org/packages/csa/guzzle-bundle) | [3.0](csa/guzzle-bundle/3.0) | diff --git a/archived/corytech.php-openapi/00eec2546ddd3de6bfeba8124d2487b95ecf8066.json b/archived/corytech.php-openapi/00eec2546ddd3de6bfeba8124d2487b95ecf8066.json new file mode 100644 index 00000000..36961ae9 --- /dev/null +++ b/archived/corytech.php-openapi/00eec2546ddd3de6bfeba8124d2487b95ecf8066.json @@ -0,0 +1,28 @@ +{ + "manifests": { + "corytech/php-openapi": { + "manifest": { + "bundles": { + "Corytech\\OpenApi\\CorytechOpenApiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/corytech_open_api.yaml": { + "contents": [ + "corytech_open_api:", + " handle_exceptions_on_path_prefixes:", + " - \"/api/v1\"", + "" + ], + "executable": false + } + }, + "ref": "00eec2546ddd3de6bfeba8124d2487b95ecf8066" + } + } +} diff --git a/corytech.php-openapi.1.0.json b/corytech.php-openapi.1.0.json new file mode 100644 index 00000000..36961ae9 --- /dev/null +++ b/corytech.php-openapi.1.0.json @@ -0,0 +1,28 @@ +{ + "manifests": { + "corytech/php-openapi": { + "manifest": { + "bundles": { + "Corytech\\OpenApi\\CorytechOpenApiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/corytech_open_api.yaml": { + "contents": [ + "corytech_open_api:", + " handle_exceptions_on_path_prefixes:", + " - \"/api/v1\"", + "" + ], + "executable": false + } + }, + "ref": "00eec2546ddd3de6bfeba8124d2487b95ecf8066" + } + } +} diff --git a/index.json b/index.json index f079325a..7cb99014 100644 --- a/index.json +++ b/index.json @@ -291,6 +291,9 @@ "core23/shariff-bundle": [ "3.0" ], + "corytech/php-openapi": [ + "1.0" + ], "cpliakas/git-wrapper": [ "3.0" ],