From d4ecc6acca5dd27952c7c3c3b83cd091d33ec3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Petr=C3=A1sek?= Date: Mon, 21 Jul 2025 08:26:14 +0200 Subject: [PATCH] drop everything --- .../1.0/config/packages/psys_order_invoice.yaml | 4 ---- psys/order-invoice-bundle/1.0/manifest.json | 13 ------------- psys/order-invoice-bundle/1.2/manifest.json | 8 -------- 3 files changed, 25 deletions(-) delete mode 100644 psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml delete mode 100644 psys/order-invoice-bundle/1.0/manifest.json delete mode 100644 psys/order-invoice-bundle/1.2/manifest.json diff --git a/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml b/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml deleted file mode 100644 index 5f1af3f9..00000000 --- a/psys/order-invoice-bundle/1.0/config/packages/psys_order_invoice.yaml +++ /dev/null @@ -1,4 +0,0 @@ -psys_order_invoice: - pdf_exporter: - engine: mpdf - template_path: invoice/oi_default.html.twig diff --git a/psys/order-invoice-bundle/1.0/manifest.json b/psys/order-invoice-bundle/1.0/manifest.json deleted file mode 100644 index d5ad63f2..00000000 --- a/psys/order-invoice-bundle/1.0/manifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "bundles": { - "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"] - }, - "copy-from-recipe": - { - "config/": "%CONFIG_DIR%/" - }, - "copy-from-package": { - "migrations/": "migrations/", - "templates/": "templates/" - } -} diff --git a/psys/order-invoice-bundle/1.2/manifest.json b/psys/order-invoice-bundle/1.2/manifest.json deleted file mode 100644 index 56bdcdc4..00000000 --- a/psys/order-invoice-bundle/1.2/manifest.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bundles": { - "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"] - }, - "copy-from-package": { - "templates/": "templates/" - } -}