Skip to content

Commit 1ad09f7

Browse files
authored
fix!: Remove unneeded runtime/frankenphp-symfony dependency (#873)
* fix(deps): remove runtime/frankenphp-symfony composer package requiring for new projects * fix: remove APP_RUNTIME env value setting
1 parent 6c1f6f9 commit 1ad09f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frankenphp/Caddyfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
worker {
1010
file ./public/index.php
11-
env APP_RUNTIME Runtime\FrankenPhpSymfony\Runtime
1211
{$FRANKENPHP_WORKER_CONFIG}
1312
}
1413
}

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)