mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Use https where possible
This commit is contained in:
parent
42a9561ae2
commit
2e99b9fdf5
28 changed files with 55 additions and 55 deletions
|
@ -118,7 +118,7 @@ class ValidatingArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
'repositories' => array(
|
||||
array(
|
||||
'type' => 'composer',
|
||||
'url' => 'http://packagist.org/',
|
||||
'url' => 'https://packagist.org/',
|
||||
)
|
||||
),
|
||||
'config' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue