Skip to content

Commit 6e716e1

Browse files
committed
minor #15018 [Internal] Set the specific version of the doc-builder (javiereguiluz)
This PR was submitted for the 5.x branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- [Internal] Set the specific version of the doc-builder We're going to do some changes in the doc-builder dependency, so let's pin its version to a specific commit to avoid any issues. Commits ------- c335d0e [Internal] Set the specific version of the doc-builder
2 parents f246120 + c335d0e commit 6e716e1

File tree

2 files changed

+117
-156
lines changed

2 files changed

+117
-156
lines changed

_build/composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"require": {
1717
"php": ">=7.2.9",
18-
"symfony/console": "^4.1",
19-
"symfony/docs-builder": "dev-master",
20-
"symfony/process": "9999999-dev"
18+
"symfony/console": "^4.4",
19+
"symfony/docs-builder": "^0.12.0",
20+
"symfony/process": "^4.4"
2121
}
2222
}

0 commit comments

Comments
 (0)