Skip to content

Add recipe for sulu/automation-bundle 2.2 - #1982

Merged
symfony-recipes-bot merged 2 commits into
symfony:mainfrom
alexander-schranz:feature/sulu-automation-bundle-2-2
Jun 1, 2026
Merged

Add recipe for sulu/automation-bundle 2.2#1982
symfony-recipes-bot merged 2 commits into
symfony:mainfrom
alexander-schranz:feature/sulu-automation-bundle-2-2

Conversation

@alexander-schranz

@alexander-schranz alexander-schranz commented May 19, 2026

Copy link
Copy Markdown
Contributor
Q A
License MIT
Packagist https://packagist.org/packages/sulu/automation-bundle

We migrated a few routes from FosRestRouting to Symfony Routing where the path to the file changed.

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) May 19, 2026 14:49
@github-actions

github-actions Bot commented May 19, 2026

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

    composer req symfony/flex
    composer req 'sulu/automation-bundle:^2.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.

sulu/automation-bundle

2.0 vs 2.2
diff --git a/sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml b/sulu/automation-bundle/2.2/config/routes/sulu_automation_admin.yaml
index af1f590e..bb759e2a 100644
--- a/sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml
+++ b/sulu/automation-bundle/2.2/config/routes/sulu_automation_admin.yaml
@@ -1,7 +1,3 @@
 sulu_automation_api:
-    resource: "@SuluAutomationBundle/Resources/config/routing_api.yml"
+    resource: "@SuluAutomationBundle/Resources/config/routing_api.yaml"
     prefix: /admin/api
-
-sulu_automation:
-    resource: "@SuluAutomationBundle/Resources/config/routing.yml"
-    prefix: /admin/automation

auto-merge was automatically disabled May 19, 2026 14:53

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) May 19, 2026 14:54
@symfony-recipes-bot
symfony-recipes-bot merged commit 3de6860 into symfony:main Jun 1, 2026
1 of 2 checks passed
@alexander-schranz
alexander-schranz deleted the feature/sulu-automation-bundle-2-2 branch June 1, 2026 12:33
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.

3 participants