Skip to content

Commit e0e818c

Browse files
committed
minor #15285 Update docs-builder to version 0.15 (Nyholm)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Update docs-builder to version 0.15 We had a lot of errors when building the docs related to php-attributres. They are resolved now. I don't get any errors when I build locally on 4.4 and 5.x. So I (naively) assume everything is fine. I don't know why we have not updated before, If there is a problem I don't know about please share. Commits ------- 3837eba Update docs-builder to version 0.15
2 parents ff7becc + 3837eba commit e0e818c

File tree

3 files changed

+252
-534
lines changed

3 files changed

+252
-534
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: "Set-up PHP"
5050
uses: shivammathur/setup-php@v2
5151
with:
52-
php-version: 7.2
52+
php-version: 8.0
5353
coverage: none
5454
tools: "composer:v2"
5555

_build/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
],
77
"config": {
88
"platform": {
9-
"php": "7.2.9"
9+
"php": "7.4.14"
1010
},
1111
"preferred-install": {
1212
"*": "dist"
1313
},
1414
"sort-packages": true
1515
},
1616
"require": {
17-
"php": ">=7.2.9",
18-
"symfony/console": "^4.4",
19-
"symfony/docs-builder": "^0.12.0",
20-
"symfony/process": "^4.4"
17+
"php": ">=7.4",
18+
"symfony/console": "^5.2",
19+
"symfony/docs-builder": "^0.15.0",
20+
"symfony/process": "^5.2"
2121
}
2222
}

0 commit comments

Comments
 (0)