Remove stray var_dump
parent
50ab8a7b5f
commit
7507b87fb3
|
@ -122,7 +122,6 @@ EOT
|
||||||
return preg_match('{\S+[ =:]\S+}', $pkg) > 0;
|
return preg_match('{\S+[ =:]\S+}', $pkg) > 0;
|
||||||
});
|
});
|
||||||
foreach ($this->formatRequirements($allowlistPackagesWithRequirements) as $package => $constraint) {
|
foreach ($this->formatRequirements($allowlistPackagesWithRequirements) as $package => $constraint) {
|
||||||
var_Dump($package, $constraint);
|
|
||||||
$reqs[$package] = $constraint;
|
$reqs[$package] = $constraint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue