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.
2 parents 52de160 + 53f433d commit c69b99cCopy full SHA for c69b99c
_build/build.php
@@ -20,7 +20,7 @@
20
21
$outputDir = __DIR__.'/output';
22
$buildConfig = (new BuildConfig())
23
- ->setSymfonyVersion('4.4')
+ ->setSymfonyVersion('5.4')
24
->setContentDir(__DIR__.'/..')
25
->setOutputDir($outputDir)
26
->setImagesDir(__DIR__.'/output/_images')
_build/composer.json
@@ -3,7 +3,7 @@
3
"prefer-stable": true,
4
"config": {
5
"platform": {
6
- "php": "7.4.14"
+ "php": "8.1.0"
7
},
8
"preferred-install": {
9
"*": "dist"
@@ -14,9 +14,9 @@
14
}
15
16
"require": {
17
- "php": ">=7.4",
18
- "symfony/console": "^5.4",
19
- "symfony/process": "^5.4",
+ "php": ">=8.1",
+ "symfony/console": "^6.2",
+ "symfony/process": "^6.2",
"symfony-tools/docs-builder": "^0.18"
0 commit comments