Skip to content

Commit 094ac14

Browse files
committed
minor #15349 [CI] Dont use the special respository for docs-builder (Nyholm)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [CI] Dont use the special respository for docs-builder Commits ------- 6d438c9 [CI] Dont use the special respository for docs-builder
2 parents f275b79 + 6d438c9 commit 094ac14

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_build/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"minimum-stability": "dev",
33
"prefer-stable": true,
4-
"repositories": [
5-
{ "type": "git", "url": "https://github.com/weaverryan/docs-builder" }
6-
],
74
"config": {
85
"platform": {
96
"php": "7.4.14"
@@ -16,7 +13,7 @@
1613
"require": {
1714
"php": ">=7.4",
1815
"symfony/console": "^5.2",
19-
"symfony/docs-builder": "^0.15.0",
16+
"symfony-tools/docs-builder": "^0.15.0",
2017
"symfony/process": "^5.2"
2118
}
2219
}

0 commit comments

Comments
 (0)