Skip to content

Commit 59a0b55

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: Update the doc builder dependencies
2 parents 88f9c78 + 4372e67 commit 59a0b55

File tree

2 files changed

+83
-80
lines changed

2 files changed

+83
-80
lines changed

_build/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"prefer-stable": true,
44
"config": {
55
"platform": {
6-
"php": "8.1.0"
6+
"php": "8.3"
77
},
88
"preferred-install": {
99
"*": "dist"
@@ -14,9 +14,9 @@
1414
}
1515
},
1616
"require": {
17-
"php": ">=8.1",
17+
"php": ">=8.3",
1818
"symfony/console": "^6.2",
1919
"symfony/process": "^6.2",
20-
"symfony-tools/docs-builder": "^0.21"
20+
"symfony-tools/docs-builder": "^0.27"
2121
}
2222
}

0 commit comments

Comments
 (0)