Fix bootstrap
parent
2e8762744f
commit
456d442f6e
|
@ -129,7 +129,7 @@ class Application extends BaseApplication
|
||||||
|
|
||||||
// load default repository unless it's explicitly disabled
|
// load default repository unless it's explicitly disabled
|
||||||
if (!isset($packageConfig['repositories']['packagist']) || $packageConfig['repositories']['packagist'] !== false) {
|
if (!isset($packageConfig['repositories']['packagist']) || $packageConfig['repositories']['packagist'] !== false) {
|
||||||
$rm->addRepository(new Repository\ComposerRepository('http://packagist.org'));
|
$rm->addRepository(new Repository\ComposerRepository(array('url' => 'http://packagist.org')));
|
||||||
}
|
}
|
||||||
|
|
||||||
// init locker
|
// init locker
|
||||||
|
|
Loading…
Reference in New Issue