Open alexander-schranz opened 1 year ago
Thanks for the PR 😍
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/flex/pull-53/index.json
# On Windows
SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/schranz-php-recipes/symfony-recipes-php/flex/pull-53/index.json
Install the package(s) related to this recipe:
composer req 'symfony/flex:^1.16'
composer req 'api-platform/admin-pack:^1.0' 'api-platform/core:^3.1' 'doctrine/doctrine-bundle:^2.10' 'hautelook/alice-bundle:^2.2' 'league/oauth2-server-bundle:^0.4' 'nelmio/alice:^3.3' 'nelmio/cors-bundle:^1.5' 'nelmio/security-bundle:^2.4' 'scheb/2fa-bundle:^6.0' 'symfony/asset-mapper:^6.3' 'symfony/console:^5.3' 'symfony/framework-bundle:^7.0' 'symfony/monolog-bundle:^3.7' 'symfony/notifier:^5.0' 'symfony/translation:^6.3' 'symfony/web-profiler-bundle:^6.1' 'zenstruck/foundry:^1.10'
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=
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.
This is a test with udpated dependencies of the yaml-to-php converter: https://github.com/schranz-php-recipes/symfony-recipes-yaml-to-php-converter/pull/10
This includes new version of: