From 795d6bdbe107fa3c48acaece7a3d0a0415a656e2 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 24 Jun 2026 14:21:51 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...74ced3a44044c698c5df2a30edcd2316763bc.json | 37 +++++++++++++++++++ index.json | 3 ++ piairre.skuse.0.1.json | 37 +++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 archived/piairre.skuse/9ed74ced3a44044c698c5df2a30edcd2316763bc.json create mode 100644 piairre.skuse.0.1.json diff --git a/RECIPES.md b/RECIPES.md index ef4b93c1..afdd6138 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -532,6 +532,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [phpzlc/rbac-business](https://packagist.org/packages/phpzlc/rbac-business) | [1.0](../../../tree/main/phpzlc/rbac-business/1.0) | | [phpzlc/snapshot-business](https://packagist.org/packages/phpzlc/snapshot-business) | [1.0](../../../tree/main/phpzlc/snapshot-business/1.0) | | [phpzlc/upload-business](https://packagist.org/packages/phpzlc/upload-business) | [2.0](../../../tree/main/phpzlc/upload-business/2.0) | +| [piairre/skuse](https://packagist.org/packages/piairre/skuse) | [0.1](../../../tree/main/piairre/skuse/0.1) | | [picoss/yousign-bundle](https://packagist.org/packages/picoss/yousign-bundle) | [2.2](../../../tree/main/picoss/yousign-bundle/2.2) | | [pierstoval/character-manager](https://packagist.org/packages/pierstoval/character-manager) | [0.5](../../../tree/main/pierstoval/character-manager/0.5) | | [piou-piou/ribs-cron-bundle](https://packagist.org/packages/piou-piou/ribs-cron-bundle) | [1.0](../../../tree/main/piou-piou/ribs-cron-bundle/1.0) | diff --git a/archived/piairre.skuse/9ed74ced3a44044c698c5df2a30edcd2316763bc.json b/archived/piairre.skuse/9ed74ced3a44044c698c5df2a30edcd2316763bc.json new file mode 100644 index 00000000..26c6391a --- /dev/null +++ b/archived/piairre.skuse/9ed74ced3a44044c698c5df2a30edcd2316763bc.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "piairre/skuse": { + "manifest": { + "bundles": { + "Piairre\\Skuse\\PiairreSkuseBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/piairre_skuse.yaml": { + "contents": [ + "piairre_skuse:", + " open_api_url: '/api/docs.json'", + " # theme: 'system' # light, dark, system", + "" + ], + "executable": false + }, + "config/routes/piairre_skuse.yaml": { + "contents": [ + "piairre_skuse:", + " resource: '@PiairreSkuseBundle/config/routes.yaml'", + " prefix: /skuse # URL where the documentation is served", + "" + ], + "executable": false + } + }, + "ref": "9ed74ced3a44044c698c5df2a30edcd2316763bc" + } + } +} diff --git a/index.json b/index.json index be388da0..f19ca1aa 100644 --- a/index.json +++ b/index.json @@ -1700,6 +1700,9 @@ "1.0", "2.0" ], + "piairre/skuse": [ + "0.1" + ], "picoss/yousign-bundle": [ "2.0", "2.2" diff --git a/piairre.skuse.0.1.json b/piairre.skuse.0.1.json new file mode 100644 index 00000000..26c6391a --- /dev/null +++ b/piairre.skuse.0.1.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "piairre/skuse": { + "manifest": { + "bundles": { + "Piairre\\Skuse\\PiairreSkuseBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/piairre_skuse.yaml": { + "contents": [ + "piairre_skuse:", + " open_api_url: '/api/docs.json'", + " # theme: 'system' # light, dark, system", + "" + ], + "executable": false + }, + "config/routes/piairre_skuse.yaml": { + "contents": [ + "piairre_skuse:", + " resource: '@PiairreSkuseBundle/config/routes.yaml'", + " prefix: /skuse # URL where the documentation is served", + "" + ], + "executable": false + } + }, + "ref": "9ed74ced3a44044c698c5df2a30edcd2316763bc" + } + } +}