Skip to content

Commit 23c137b

Browse files
committed
[CI] Dont use special reposiroty for symfony-tools/docs-builder
1 parent 9b1e5d6 commit 23c137b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: make -C _build SPHINXOPTS="-nqW -j auto" html
3737

3838
symfony-docs-builder-build:
39-
name: Build (symfony/docs-builder)
39+
name: Build (symfony-tools/docs-builder)
4040

4141
runs-on: ubuntu-latest
4242

_build/composer.json

Lines changed: 2 additions & 5 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",
20-
"symfony/process": "^5.2"
16+
"symfony/process": "^5.2",
17+
"symfony-tools/docs-builder": "^0.12.0"
2118
}
2219
}

0 commit comments

Comments
 (0)