Skip to content

[payplug/sylius-payplug-plugin] Get ready for v2#1944

Merged
symfony-recipes-bot merged 1 commit intosymfony:mainfrom
Jibbarth:feature/payplug-sylius-plugin
Feb 11, 2026
Merged

[payplug/sylius-payplug-plugin] Get ready for v2#1944
symfony-recipes-bot merged 1 commit intosymfony:mainfrom
Jibbarth:feature/payplug-sylius-plugin

Conversation

@Jibbarth
Copy link
Contributor

Q A
License MIT
Packagist https://packagist.org/packages/payplug/sylius-payplug-plugin

Hi ! New recipe for the v2 of this plugin that is around the corner

  • The v2 use the new bundle structure (no more Resources)
  • Adding routes

This follow this PR on plugin: payplug/SyliusPayPlugPlugin#273
Tag v2.0.0-rc already created

The v2 use the new bundle structure (no more Resources)
Adding routes
@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) February 11, 2026 13:44
@github-actions
Copy link

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-1944/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1944/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'payplug/sylius-payplug-plugin:^2.0'
  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.

payplug/sylius-payplug-plugin

0.2 vs 2.0
diff --git a/payplug/sylius-payplug-plugin/0.2/config/packages/sylius_payplug.yaml b/payplug/sylius-payplug-plugin/2.0/config/packages/sylius_payplug.yaml
index 82462ec0..7fe43aa0 100644
--- a/payplug/sylius-payplug-plugin/0.2/config/packages/sylius_payplug.yaml
+++ b/payplug/sylius-payplug-plugin/2.0/config/packages/sylius_payplug.yaml
@@ -1,3 +1,2 @@
 imports:
-    - { resource: "@PayPlugSyliusPayPlugPlugin/Resources/config/config.yml" }
-    - { resource: "@PayPlugSyliusPayPlugPlugin/Resources/config/services.xml" }
+    - { resource: "@PayPlugSyliusPayPlugPlugin/config/config.yml" }
diff --git a/payplug/sylius-payplug-plugin/2.0/config/routes/sylius_payplug.yaml b/payplug/sylius-payplug-plugin/2.0/config/routes/sylius_payplug.yaml
new file mode 100644
index 00000000..d6812b69
--- /dev/null
+++ b/payplug/sylius-payplug-plugin/2.0/config/routes/sylius_payplug.yaml
@@ -0,0 +1,2 @@
+sylius_payplug:
+    resource: "@PayPlugSyliusPayPlugPlugin/config/routing.yaml"

@symfony-recipes-bot symfony-recipes-bot merged commit 62d29f1 into symfony:main Feb 11, 2026
1 of 2 checks passed
@Jibbarth Jibbarth deleted the feature/payplug-sylius-plugin branch February 11, 2026 15:29
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.

4 participants