Skip to content

Commit 94a9e65

Browse files
committed
fix(deps): remove runtime/frankenphp-symfony composer package requiring for new projects
1 parent 6c1f6f9 commit 94a9e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frankenphp/docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
1313
cd -
1414
rm -Rf tmp/
1515

16-
composer require "php:>=$PHP_VERSION" runtime/frankenphp-symfony
16+
composer require "php:>=$PHP_VERSION"
1717
composer config --json extra.symfony.docker 'true'
1818

1919
if grep -q ^DATABASE_URL= .env; then

0 commit comments

Comments
 (0)