mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
Fix tests
This commit is contained in:
parent
deaec7c0ac
commit
032db5bc01
4 changed files with 77 additions and 89 deletions
|
@ -48,7 +48,7 @@ class PackageRepository extends ArrayRepository
|
|||
{
|
||||
parent::initialize();
|
||||
|
||||
$loader = new ValidatingArrayLoader(new ArrayLoader(null, true), false);
|
||||
$loader = new ValidatingArrayLoader(new ArrayLoader(null, true), true);
|
||||
foreach ($this->config as $package) {
|
||||
try {
|
||||
$package = $loader->load($package);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue