fix: use the dev-main version of runtime/frankenphp-symfony for Symfony 7 compat

This commit is contained in:
Kévin Dunglas 2023-12-04 00:06:12 +01:00
parent 1afdd0127f
commit 489bf4065c

View File

@ -13,7 +13,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
cd -
rm -Rf tmp/
composer require "php:>=$PHP_VERSION" runtime/frankenphp-symfony
composer require "php:>=$PHP_VERSION" runtime/frankenphp-symfony:dev-main
composer config --json extra.symfony.docker 'true'
if grep -q ^DATABASE_URL= .env; then