From d78356597da133fab8fc675c452822cb7a064c17 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Thu, 15 Jan 2026 08:35:27 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...d9df13cae546fdd9812fb1318f96a3aef1096.json | 77 +++++++++++++++++++ index.json | 3 +- shopware.app-bundle.5.0.json | 77 +++++++++++++++++++ 4 files changed, 157 insertions(+), 2 deletions(-) create mode 100644 archived/shopware.app-bundle/a18d9df13cae546fdd9812fb1318f96a3aef1096.json create mode 100644 shopware.app-bundle.5.0.json diff --git a/RECIPES.md b/RECIPES.md index bf4639ba..ce8ac6ca 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -563,7 +563,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [setono/sylius-toggle-vat-plugin](https://packagist.org/packages/setono/sylius-toggle-vat-plugin) | [1.0](setono/sylius-toggle-vat-plugin/1.0) | | [sg/datatablesbundle](https://packagist.org/packages/sg/datatablesbundle) | [1.0](sg/datatablesbundle/1.0) | | [shipmonk/doctrine-entity-preloader](https://packagist.org/packages/shipmonk/doctrine-entity-preloader) | [1.0](shipmonk/doctrine-entity-preloader/1.0) | -| [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [4.0](shopware/app-bundle/4.0) | +| [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [5.0](shopware/app-bundle/5.0) | | [siburuxue/doctrine-helper](https://packagist.org/packages/siburuxue/doctrine-helper) | [1.0](siburuxue/doctrine-helper/1.0) | | [silasjoisten/sonata-multiupload-bundle](https://packagist.org/packages/silasjoisten/sonata-multiupload-bundle) | [3.4](silasjoisten/sonata-multiupload-bundle/3.4) | | [simply-stream/twitch-api-bundle](https://packagist.org/packages/simply-stream/twitch-api-bundle) | [0.1](simply-stream/twitch-api-bundle/0.1) | diff --git a/archived/shopware.app-bundle/a18d9df13cae546fdd9812fb1318f96a3aef1096.json b/archived/shopware.app-bundle/a18d9df13cae546fdd9812fb1318f96a3aef1096.json new file mode 100644 index 00000000..262cbca3 --- /dev/null +++ b/archived/shopware.app-bundle/a18d9df13cae546fdd9812fb1318f96a3aef1096.json @@ -0,0 +1,77 @@ +{ + "manifests": { + "shopware/app-bundle": { + "manifest": { + "bundles": { + "Shopware\\AppBundle\\ShopwareAppBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + }, + "env": { + "SHOPWARE_APP_NAME": "TestApp", + "SHOPWARE_APP_SECRET": "MySecret" + }, + "post-install-output": [ + " * Warning the shopware/app-bundle uses by default a in-memory database. You should use doctrine or dynamodb", + "", + " For doctrine install the following packages: composer require doctrine/orm symfony/doctrine-bridge", + " For dynamodb install the following packages: composer require async-aws/async-aws-bundle async-aws/dynamo-db", + "", + " Make sure to configure the correct storage after installing the packages in config/packages/shopware_app.yaml" + ] + }, + "files": { + "config/packages/shopware_app.yaml": { + "contents": [ + "shopware_app:", + " name: '%env(SHOPWARE_APP_NAME)%'", + " secret: '%env(SHOPWARE_APP_SECRET)%'", + " # You should specify a specific storage like: dynamodb or doctrine", + " storage: 'auto'", + " doctrine:", + " shop_class: App\\Entity\\Shop", + "" + ], + "executable": false + }, + "config/routes/shopware_app.yaml": { + "contents": [ + "shopware_app_lifecycle:", + " resource: '@ShopwareAppBundle/Resources/config/routing/lifecycle.php'", + " prefix: /app", + "", + "shopware_app_webhook:", + " resource: '@ShopwareAppBundle/Resources/config/routing/webhook.php'", + " prefix: /app", + "" + ], + "executable": false + }, + "src/Entity/Shop.php": { + "contents": [ + "Warning the shopware/app-bundle uses by default a in-memory database. You should use doctrine or dynamodb", + "", + " For doctrine install the following packages: composer require doctrine/orm symfony/doctrine-bridge", + " For dynamodb install the following packages: composer require async-aws/async-aws-bundle async-aws/dynamo-db", + "", + " Make sure to configure the correct storage after installing the packages in config/packages/shopware_app.yaml" + ] + }, + "files": { + "config/packages/shopware_app.yaml": { + "contents": [ + "shopware_app:", + " name: '%env(SHOPWARE_APP_NAME)%'", + " secret: '%env(SHOPWARE_APP_SECRET)%'", + " # You should specify a specific storage like: dynamodb or doctrine", + " storage: 'auto'", + " doctrine:", + " shop_class: App\\Entity\\Shop", + "" + ], + "executable": false + }, + "config/routes/shopware_app.yaml": { + "contents": [ + "shopware_app_lifecycle:", + " resource: '@ShopwareAppBundle/Resources/config/routing/lifecycle.php'", + " prefix: /app", + "", + "shopware_app_webhook:", + " resource: '@ShopwareAppBundle/Resources/config/routing/webhook.php'", + " prefix: /app", + "" + ], + "executable": false + }, + "src/Entity/Shop.php": { + "contents": [ + "