From 1306a73efc87f9803f0ea271fdbe1881f6219f26 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 22 Jul 2025 11:21:21 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 - index.json | 4 ---- psys.order-invoice-bundle.1.0.json | 33 ------------------------------ psys.order-invoice-bundle.1.2.json | 19 ----------------- 4 files changed, 57 deletions(-) delete mode 100644 psys.order-invoice-bundle.1.0.json delete mode 100644 psys.order-invoice-bundle.1.2.json diff --git a/RECIPES.md b/RECIPES.md index cb26de7c..7626b972 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -497,7 +497,6 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [prooph/event-store-symfony-bundle](https://packagist.org/packages/prooph/event-store-symfony-bundle) | [0.10](prooph/event-store-symfony-bundle/0.10) | | [prooph/pdo-event-store](https://packagist.org/packages/prooph/pdo-event-store) | [1.15](prooph/pdo-event-store/1.15) | | [prooph/service-bus-symfony-bundle](https://packagist.org/packages/prooph/service-bus-symfony-bundle) | [0.6](prooph/service-bus-symfony-bundle/0.6) | -| [psys/order-invoice-bundle](https://packagist.org/packages/psys/order-invoice-bundle) | [1.2](psys/order-invoice-bundle/1.2) | | [pugx/geo-form-bundle](https://packagist.org/packages/pugx/geo-form-bundle) | [0.2](pugx/geo-form-bundle/0.2) | | [pusher/pusher-php-server](https://packagist.org/packages/pusher/pusher-php-server) | [3.0](pusher/pusher-php-server/3.0) | | [qandidate/toggle-bundle](https://packagist.org/packages/qandidate/toggle-bundle) | [1.0](qandidate/toggle-bundle/1.0) | diff --git a/index.json b/index.json index bfa7af1b..23ec08d8 100644 --- a/index.json +++ b/index.json @@ -1588,10 +1588,6 @@ "prooph/service-bus-symfony-bundle": [ "0.6" ], - "psys/order-invoice-bundle": [ - "1.0", - "1.2" - ], "pugx/geo-form-bundle": [ "0.2" ], diff --git a/psys.order-invoice-bundle.1.0.json b/psys.order-invoice-bundle.1.0.json deleted file mode 100644 index ea3cdbea..00000000 --- a/psys.order-invoice-bundle.1.0.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "manifests": { - "psys/order-invoice-bundle": { - "manifest": { - "bundles": { - "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": [ - "all" - ] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "copy-from-package": { - "migrations/": "migrations/", - "templates/": "templates/" - } - }, - "files": { - "config/packages/psys_order_invoice.yaml": { - "contents": [ - "psys_order_invoice:", - " pdf_exporter:", - " engine: mpdf", - " template_path: invoice/oi_default.html.twig", - "" - ], - "executable": false - } - }, - "ref": "7ac8c5197c64b961de6914aa8d835d421e7ec487" - } - } -} diff --git a/psys.order-invoice-bundle.1.2.json b/psys.order-invoice-bundle.1.2.json deleted file mode 100644 index cff1895e..00000000 --- a/psys.order-invoice-bundle.1.2.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "manifests": { - "psys/order-invoice-bundle": { - "manifest": { - "bundles": { - "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": [ - "all" - ] - }, - "copy-from-package": { - "migrations/": "migrations/", - "templates/": "templates/" - } - }, - "files": [], - "ref": "e0539849b88c67e9e7335cfea9897675ac66893c" - } - } -}