diff --git a/src/Commands/Concerns/InstallsFrankenPhpDependencies.php b/src/Commands/Concerns/InstallsFrankenPhpDependencies.php index 91110149b..7418df114 100644 --- a/src/Commands/Concerns/InstallsFrankenPhpDependencies.php +++ b/src/Commands/Concerns/InstallsFrankenPhpDependencies.php @@ -20,7 +20,7 @@ trait InstallsFrankenPhpDependencies * * @var string */ - protected $requiredFrankenPhpVersion = '1.0.2'; + protected $requiredFrankenPhpVersion = '1.1.0'; /** * Ensure the FrankenPHP's Caddyfile and worker script are installed. diff --git a/src/Commands/stubs/Caddyfile b/src/Commands/stubs/Caddyfile index d29e5beeb..9ee825db7 100644 --- a/src/Commands/stubs/Caddyfile +++ b/src/Commands/stubs/Caddyfile @@ -25,7 +25,7 @@ route { root * "{$APP_PUBLIC_PATH}" - encode zstd gzip + encode zstd br gzip # Mercure configuration is injected here... {$CADDY_SERVER_EXTRA_DIRECTIVES}