Skip to content

Conversation

RamyHakam
Copy link
Contributor

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) September 21, 2025 13:35
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-1862/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1862/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'hakam/multi-tenancy-bundle:^2.9'
  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.

hakam/multi-tenancy-bundle

2.8 vs 2.9

@fabpot
Copy link
Member

fabpot commented Sep 22, 2025

I don't see any changes since version 2.8. If there are no changes, there is no need for these new files as Symfony Flex will use 2.8 for versions >=2.8

@RamyHakam
Copy link
Contributor Author

There is no need for this PR, thanks @fabpot

@RamyHakam RamyHakam closed this Sep 22, 2025
auto-merge was automatically disabled September 22, 2025 08:16

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.

2 participants