fix: use the dev-main version of runtime/frankenphp-symfony for Symfony 7 compat
This commit is contained in:
parent
1afdd0127f
commit
489bf4065c
@ -13,7 +13,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
|
|||||||
cd -
|
cd -
|
||||||
rm -Rf tmp/
|
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'
|
composer config --json extra.symfony.docker 'true'
|
||||||
|
|
||||||
if grep -q ^DATABASE_URL= .env; then
|
if grep -q ^DATABASE_URL= .env; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user