1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Fix tests

This commit is contained in:
Jordi Boggiano 2021-11-25 12:33:59 +01:00
parent deaec7c0ac
commit 032db5bc01
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
4 changed files with 77 additions and 89 deletions

View file

@ -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);