1
0
Fork 0
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:
Possum 2015-05-04 19:37:57 +02:00
parent 42a9561ae2
commit 2e99b9fdf5
28 changed files with 55 additions and 55 deletions

View file

@ -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(