We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f275b79 commit 6d438c9Copy full SHA for 6d438c9
_build/composer.json
@@ -1,9 +1,6 @@
1
{
2
"minimum-stability": "dev",
3
"prefer-stable": true,
4
- "repositories": [
5
- { "type": "git", "url": "https://github.com/weaverryan/docs-builder" }
6
- ],
7
"config": {
8
"platform": {
9
"php": "7.4.14"
@@ -16,7 +13,7 @@
16
13
"require": {
17
14
"php": ">=7.4",
18
15
"symfony/console": "^5.2",
19
- "symfony/docs-builder": "^0.15.0",
+ "symfony-tools/docs-builder": "^0.15.0",
20
"symfony/process": "^5.2"
21
}
22
0 commit comments