mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Use https where possible
This commit is contained in:
parent
42a9561ae2
commit
2e99b9fdf5
28 changed files with 55 additions and 55 deletions
|
@ -121,7 +121,7 @@ class LockerTest extends \PHPUnit_Framework_TestCase
|
|||
->method('write')
|
||||
->with(array(
|
||||
'_readme' => array('This file locks the dependencies of your project to a known state',
|
||||
'Read more about it at http://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#composer-lock-the-lock-file',
|
||||
'This file is @gener'.'ated automatically'),
|
||||
'hash' => 'md5',
|
||||
'packages' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue