mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Docs: fix documention deep links (#11233)
* Docs: Fixed the deep links to the documentation website. Search scope: `src/Composer/Command`. * Docs: Fixed the deep links to the documentation website.
This commit is contained in:
parent
737fd0fca8
commit
da611e089a
14 changed files with 14 additions and 14 deletions
|
@ -58,7 +58,7 @@ class ValidateCommandTest extends TestCase
|
|||
- Required package "root/req" is not present in the lock file.
|
||||
This usually happens when composer files are incorrectly merged or the composer.json file is manually edited.
|
||||
Read more about correctly resolving merge conflicts https://getcomposer.org/doc/articles/resolving-merge-conflicts.md
|
||||
and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require
|
||||
and prefer using the "require" command over editing the composer.json file directly https://getcomposer.org/doc/03-cli.md#require-r
|
||||
OUTPUT;
|
||||
|
||||
$this->assertSame(trim($expected), trim($appTester->getDisplay(true)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue