From f41fb165746d5940125446af6cf25d8b0cc0ec67 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Mon, 1 Jan 2024 21:09:46 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...3b0cc81013f1e1c31a376712420612fa51b1f.json | 43 +++++++++++++++++++ index.json | 3 +- leapt.im-bundle.5.0.json | 43 +++++++++++++++++++ 4 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 archived/leapt.im-bundle/2e83b0cc81013f1e1c31a376712420612fa51b1f.json create mode 100644 leapt.im-bundle.5.0.json diff --git a/RECIPES.md b/RECIPES.md index 6eedabd2..4ec79c92 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -288,7 +288,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [league/tactician-bundle](https://packagist.org/packages/league/tactician-bundle) | [1.0](league/tactician-bundle/1.0) | | [leapt/core-bundle](https://packagist.org/packages/leapt/core-bundle) | [2.2](leapt/core-bundle/2.2) | | [leapt/froala-editor-bundle](https://packagist.org/packages/leapt/froala-editor-bundle) | [1.2](leapt/froala-editor-bundle/1.2) | -| [leapt/im-bundle](https://packagist.org/packages/leapt/im-bundle) | [4.1](leapt/im-bundle/4.1) | +| [leapt/im-bundle](https://packagist.org/packages/leapt/im-bundle) | [5.0](leapt/im-bundle/5.0) | | [leogout/seo-bundle](https://packagist.org/packages/leogout/seo-bundle) | [1.0](leogout/seo-bundle/1.0) | | [lepiaf/sapient-bundle](https://packagist.org/packages/lepiaf/sapient-bundle) | [0.1](lepiaf/sapient-bundle/0.1) | | [lexik/cron-file-generator-bundle](https://packagist.org/packages/lexik/cron-file-generator-bundle) | [1.0](lexik/cron-file-generator-bundle/1.0) | diff --git a/archived/leapt.im-bundle/2e83b0cc81013f1e1c31a376712420612fa51b1f.json b/archived/leapt.im-bundle/2e83b0cc81013f1e1c31a376712420612fa51b1f.json new file mode 100644 index 00000000..839107de --- /dev/null +++ b/archived/leapt.im-bundle/2e83b0cc81013f1e1c31a376712420612fa51b1f.json @@ -0,0 +1,43 @@ +{ + "manifests": { + "leapt/im-bundle": { + "manifest": { + "bundles": { + "Leapt\\ImBundle\\LeaptImBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/public/cache/" + ] + }, + "files": { + "config/packages/leapt_im.yaml": { + "contents": [ + "# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst", + "leapt_im:", + " cache_path: cache/im", + " formats:", + " # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)", + " medium:", + " thumbnail: 100x100>", + "" + ], + "executable": false + }, + "config/routes/leapt_im.yaml": { + "contents": [ + "leapt_im:", + " resource: '@LeaptImBundle/config/routing.php'", + "" + ], + "executable": false + } + }, + "ref": "2e83b0cc81013f1e1c31a376712420612fa51b1f" + } + } +} diff --git a/index.json b/index.json index a788f07e..defff25d 100644 --- a/index.json +++ b/index.json @@ -905,7 +905,8 @@ ], "leapt/im-bundle": [ "2.0", - "4.1" + "4.1", + "5.0" ], "leogout/seo-bundle": [ "1.0" diff --git a/leapt.im-bundle.5.0.json b/leapt.im-bundle.5.0.json new file mode 100644 index 00000000..839107de --- /dev/null +++ b/leapt.im-bundle.5.0.json @@ -0,0 +1,43 @@ +{ + "manifests": { + "leapt/im-bundle": { + "manifest": { + "bundles": { + "Leapt\\ImBundle\\LeaptImBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "gitignore": [ + "/public/cache/" + ] + }, + "files": { + "config/packages/leapt_im.yaml": { + "contents": [ + "# Read the documentation: https://github.com/leapt/im-bundle/blob/master/docs/configuration.rst", + "leapt_im:", + " cache_path: cache/im", + " formats:", + " # Resize to fit in 100x100, only if bigger, and remove all crap (meta-data, ...)", + " medium:", + " thumbnail: 100x100>", + "" + ], + "executable": false + }, + "config/routes/leapt_im.yaml": { + "contents": [ + "leapt_im:", + " resource: '@LeaptImBundle/config/routing.php'", + "" + ], + "executable": false + } + }, + "ref": "2e83b0cc81013f1e1c31a376712420612fa51b1f" + } + } +}