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