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 fffaae1 commit 33773bbCopy full SHA for 33773bb
src/Commands/Concerns/InstallsFrankenPhpDependencies.php
@@ -20,7 +20,7 @@ trait InstallsFrankenPhpDependencies
20
*
21
* @var string
22
*/
23
- protected $requiredFrankenPhpVersion = '1.0.2';
+ protected $requiredFrankenPhpVersion = '1.1.0';
24
25
/**
26
* Ensure the FrankenPHP's Caddyfile and worker script are installed.
src/Commands/stubs/Caddyfile
@@ -25,7 +25,7 @@
route {
27
root * "{$APP_PUBLIC_PATH}"
28
- encode zstd gzip
+ encode zstd br gzip
29
30
# Mercure configuration is injected here...
31
{$CADDY_SERVER_EXTRA_DIRECTIVES}
0 commit comments