Add recipe for psys/order-invoice-bundle 1.2 - #1828
Closed
DavidPetrasek wants to merge 18 commits into
Closed
Conversation
DavidPetrasek
commented
Jul 7, 2025
Contributor
| Q | A |
|---|---|
| License | MIT |
| Packagist | https://packagist.org/packages/psys/order-invoice-bundle |
symfony-recipes-bot
enabled auto-merge (squash)
July 7, 2025 12:48
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. psys/order-invoice-bundle1.0 vs 1.2diff --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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.