Skip to content

Conversation

symfony-php-recipes-bot
Copy link
Member

Q A
License MIT

The Symfony Recipes changed with version .
This PR contains the new definition for recipes.

@github-actions
Copy link

github-actions bot commented Sep 16, 2023

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

    composer req 'symfony/flex:^1.16'
    composer req 'alexgeno/phone-verification-bundle:^1.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.

@symfony-php-recipes-bot symfony-php-recipes-bot changed the title Update recipes 2023-09-16 Update recipes 2023-09-17 Sep 17, 2023
'fade_time' => 2,
'time_to_expire' => '30 days',
]);
$containerConfigurator->extension('msalsas_gdpr_consent_banner', ['fade_time' => 2, 'time_to_expire' => '30 days']);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to check if we can fix this unexpected code style issue in: schranz-php-recipes/symfony-recipes-yaml-to-php-converter#10

@symfony-php-recipes-bot symfony-php-recipes-bot changed the title Update recipes 2023-09-17 Update recipes 2023-09-18 Sep 18, 2023
@symfony-php-recipes-bot symfony-php-recipes-bot changed the title Update recipes 2023-09-18 Update recipes 2023-09-19 Sep 19, 2023
@alexander-schranz alexander-schranz merged commit 9262fa3 into schranz-php-recipes:main Sep 19, 2023
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