Skip to content

Commit 0ed5046

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Bump versions on the build script
2 parents 95ac3fa + d626823 commit 0ed5046

File tree

3 files changed

+342
-396
lines changed

3 files changed

+342
-396
lines changed

_build/build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

_build/composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"prefer-stable": true,
44
"config": {
55
"platform": {
6-
"php": "7.4.14"
6+
"php": "8.1.0"
77
},
88
"preferred-install": {
99
"*": "dist"
@@ -14,9 +14,9 @@
1414
}
1515
},
1616
"require": {
17-
"php": ">=7.4",
18-
"symfony/console": "^5.4",
19-
"symfony/process": "^5.4",
17+
"php": ">=8.1",
18+
"symfony/console": "^6.2",
19+
"symfony/process": "^6.2",
2020
"symfony-tools/docs-builder": "^0.18"
2121
}
2222
}

0 commit comments

Comments
 (0)