We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1f6f9 commit 94a9e65Copy full SHA for 94a9e65
frankenphp/docker-entrypoint.sh
@@ -13,7 +13,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
13
cd -
14
rm -Rf tmp/
15
16
- composer require "php:>=$PHP_VERSION" runtime/frankenphp-symfony
+ composer require "php:>=$PHP_VERSION"
17
composer config --json extra.symfony.docker 'true'
18
19
if grep -q ^DATABASE_URL= .env; then
0 commit comments