Skip to content

Commit

Permalink
Fix broken links, refs #10542
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 19, 2022
1 parent 7328f5e commit 868b75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/05-repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ add more repositories to your project by declaring them in `composer.json`.

Repositories are only available to the root package and the repositories
defined in your dependencies will not be loaded. Read the
[FAQ entry](faqs/why-can't-composer-load-repositories-recursively.md) if you
[FAQ entry](faqs/why-cant-composer-load-repositories-recursively.md) if you
want to learn why.

When resolving dependencies, packages are looked up from repositories from
Expand Down
2 changes: 1 addition & 1 deletion doc/articles/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ indirectly) back on the root package itself, issues can occur in two cases:
## I have a dependency which contains a "repositories" definition in its composer.json, but it seems to be ignored.

The [`repositories`](../04-schema.md#repositories) configuration property is defined as [root-only](../04-schema.md#root-package). It is not inherited. You can read more about the reasons behind this in the "[why can't
Composer load repositories recursively?](../faqs/why-can't-composer-load-repositories-recursively.md)" article.
Composer load repositories recursively?](../faqs/why-cant-composer-load-repositories-recursively.md)" article.
The simplest work-around to this limitation, is moving or duplicating the `repositories` definition into your root
composer.json.

Expand Down

0 comments on commit 868b75d

Please sign in to comment.