Skip to content

Commit 73d4a6b

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update build.php
2 parents f1650b4 + cb7c083 commit 73d4a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/build.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
$outputDir = __DIR__.'/output';
2222
$buildConfig = (new BuildConfig())
23-
->setSymfonyVersion('5.4')
23+
->setSymfonyVersion('6.4')
2424
->setContentDir(__DIR__.'/..')
2525
->setOutputDir($outputDir)
2626
->setImagesDir(__DIR__.'/output/_images')

0 commit comments

Comments
 (0)