Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d626823

Browse filesBrowse files
committed
minor #17712 Bump versions on the build script (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- Bump versions on the build script As PHP 7.4 is not maintained anymore, let's use 8.1 as the minimum version. I've also bumped the deps to 6.2. Commits ------- b07c069 Bump versions on the build script
2 parents ff106e6 + b07c069 commit d626823
Copy full SHA for d626823

File tree

Expand file treeCollapse file tree

3 files changed

+342
-396
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+342
-396
lines changed

‎_build/build.php

Copy file name to clipboardExpand all lines: _build/build.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: _build/composer.json
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.