Skip to content

Add recipe for psys/order-invoice-bundle 1.2 - #1828

Closed
DavidPetrasek wants to merge 18 commits into
symfony:mainfrom
DavidPetrasek:psys/order-invoice-bundle
Closed

Add recipe for psys/order-invoice-bundle 1.2#1828
DavidPetrasek wants to merge 18 commits into
symfony:mainfrom
DavidPetrasek:psys/order-invoice-bundle

Conversation

@DavidPetrasek

Copy link
Copy Markdown
Contributor

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) July 7, 2025 12:48
@github-actions

github-actions Bot commented Jul 7, 2025

Copy link
Copy Markdown

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1828/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1828/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'psys/order-invoice-bundle:^1.2'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

psys/order-invoice-bundle

1.0 vs 1.2
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.2/manifest.json
index d5ad63f2..2acb3520 100644
--- a/psys/order-invoice-bundle/1.0/manifest.json
+++ b/psys/order-invoice-bundle/1.2/manifest.json
@@ -2,10 +2,6 @@
     "bundles": {
         "Psys\\OrderInvoiceBundle\\PsysOrderInvoiceBundle": ["all"]
     },
-    "copy-from-recipe":
-    {
-        "config/": "%CONFIG_DIR%/"
-    },
     "copy-from-package": {
         "migrations/": "migrations/",
         "templates/": "templates/"

auto-merge was automatically disabled July 7, 2025 12:48

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant