We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0a2a0 commit e091091Copy full SHA for e091091
_build/build.php
@@ -20,7 +20,7 @@
20
21
$outputDir = __DIR__.'/output';
22
$buildConfig = (new BuildConfig())
23
- ->setSymfonyVersion('5.4')
+ ->setSymfonyVersion('6.4')
24
->setContentDir(__DIR__.'/..')
25
->setOutputDir($outputDir)
26
->setImagesDir(__DIR__.'/output/_images')
0 commit comments