Fix indenting
parent
18d2627c22
commit
f7affa21b0
|
@ -135,8 +135,8 @@ class Factory
|
|||
{
|
||||
$loadPackagist = true;
|
||||
$packagistConfig = array(
|
||||
'type' => 'composer',
|
||||
'url' => 'http://packagist.org'
|
||||
'type' => 'composer',
|
||||
'url' => 'http://packagist.org'
|
||||
);
|
||||
if (isset($packageConfig['repositories'])) {
|
||||
foreach ($packageConfig['repositories'] as $key => $repo) {
|
||||
|
|
Loading…
Reference in New Issue