Lock _readme: remove outdated hashtag link part, closes #7096
parent
9bee2ca28e
commit
277f32d388
|
@ -289,7 +289,7 @@ class Locker
|
||||||
{
|
{
|
||||||
$lock = array(
|
$lock = array(
|
||||||
'_readme' => array('This file locks the dependencies of your project to a known state',
|
'_readme' => array('This file locks the dependencies of your project to a known state',
|
||||||
'Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file',
|
'Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies',
|
||||||
'This file is @gener'.'ated automatically', ),
|
'This file is @gener'.'ated automatically', ),
|
||||||
'content-hash' => $this->contentHash,
|
'content-hash' => $this->contentHash,
|
||||||
'packages' => null,
|
'packages' => null,
|
||||||
|
|
|
@ -133,7 +133,7 @@ class LockerTest extends TestCase
|
||||||
->method('write')
|
->method('write')
|
||||||
->with(array(
|
->with(array(
|
||||||
'_readme' => array('This file locks the dependencies of your project to a known state',
|
'_readme' => array('This file locks the dependencies of your project to a known state',
|
||||||
'Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file',
|
'Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies',
|
||||||
'This file is @gener'.'ated automatically', ),
|
'This file is @gener'.'ated automatically', ),
|
||||||
'content-hash' => $contentHash,
|
'content-hash' => $contentHash,
|
||||||
'packages' => array(
|
'packages' => array(
|
||||||
|
|
Loading…
Reference in New Issue