From fc03d93fd6a566d75249dc2707927bcf69061a89 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 26 Feb 2026 00:40:03 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...8b38c97999a45375a0db66c009de979d234e5.json | 36 +++++++++++++++++++ index.json | 3 ++ timble-one.backend-bundle.0.1.json | 36 +++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 archived/timble-one.backend-bundle/0198b38c97999a45375a0db66c009de979d234e5.json create mode 100644 timble-one.backend-bundle.0.1.json diff --git a/RECIPES.md b/RECIPES.md index 82194e75..de70aba7 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -687,6 +687,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [tilleuls/sylius-quick-import-plugin](https://packagist.org/packages/tilleuls/sylius-quick-import-plugin) | [0.1](tilleuls/sylius-quick-import-plugin/0.1) | | [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) | | [tiloweb/uploaded-file-type-bundle](https://packagist.org/packages/tiloweb/uploaded-file-type-bundle) | [2.0](tiloweb/uploaded-file-type-bundle/2.0) | +| [timble-one/backend-bundle](https://packagist.org/packages/timble-one/backend-bundle) | [0.1](timble-one/backend-bundle/0.1) | | [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) | | [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) | | [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) | diff --git a/archived/timble-one.backend-bundle/0198b38c97999a45375a0db66c009de979d234e5.json b/archived/timble-one.backend-bundle/0198b38c97999a45375a0db66c009de979d234e5.json new file mode 100644 index 00000000..36ba4558 --- /dev/null +++ b/archived/timble-one.backend-bundle/0198b38c97999a45375a0db66c009de979d234e5.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "timble-one/backend-bundle": { + "manifest": { + "bundles": { + "TimbleOne\\BackendBundle\\BackendBundle": [ + "all" + ] + }, + "dockerfile": [ + "RUN install-php-extensions gd exif" + ], + "post-install-output": [ + " ", + " TimbleOne BackendBundle ", + " ", + "", + "This bundle requires the PHP extensions gd and exif.", + "", + "If your project uses Symfony Docker and has a root Dockerfile with:", + " ###> recipes ###", + " ###< recipes ###", + "then Symfony Flex will add:", + " RUN install-php-extensions gd exif", + "", + "If you don't use Docker, install these PHP extensions on your machine/server", + "and restart PHP-FPM / your web server afterwards.", + "", + "Composer will fail with a clear error until ext-gd and ext-exif are available." + ] + }, + "files": [], + "ref": "0198b38c97999a45375a0db66c009de979d234e5" + } + } +} diff --git a/index.json b/index.json index b841da19..02952b6f 100644 --- a/index.json +++ b/index.json @@ -2221,6 +2221,9 @@ "tiloweb/uploaded-file-type-bundle": [ "2.0" ], + "timble-one/backend-bundle": [ + "0.1" + ], "timiki/rpc-client-bundle": [ "4.0" ], diff --git a/timble-one.backend-bundle.0.1.json b/timble-one.backend-bundle.0.1.json new file mode 100644 index 00000000..36ba4558 --- /dev/null +++ b/timble-one.backend-bundle.0.1.json @@ -0,0 +1,36 @@ +{ + "manifests": { + "timble-one/backend-bundle": { + "manifest": { + "bundles": { + "TimbleOne\\BackendBundle\\BackendBundle": [ + "all" + ] + }, + "dockerfile": [ + "RUN install-php-extensions gd exif" + ], + "post-install-output": [ + " ", + " TimbleOne BackendBundle ", + " ", + "", + "This bundle requires the PHP extensions gd and exif.", + "", + "If your project uses Symfony Docker and has a root Dockerfile with:", + " ###> recipes ###", + " ###< recipes ###", + "then Symfony Flex will add:", + " RUN install-php-extensions gd exif", + "", + "If you don't use Docker, install these PHP extensions on your machine/server", + "and restart PHP-FPM / your web server afterwards.", + "", + "Composer will fail with a clear error until ext-gd and ext-exif are available." + ] + }, + "files": [], + "ref": "0198b38c97999a45375a0db66c009de979d234e5" + } + } +}