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/" - } -}