mirror of
https://github.com/composer/composer
synced 2025-05-09 16:42:57 +00:00
Remove stray var_dump
This commit is contained in:
parent
50ab8a7b5f
commit
7507b87fb3
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ EOT
|
|||
return preg_match('{\S+[ =:]\S+}', $pkg) > 0;
|
||||
});
|
||||
foreach ($this->formatRequirements($allowlistPackagesWithRequirements) as $package => $constraint) {
|
||||
var_Dump($package, $constraint);
|
||||
$reqs[$package] = $constraint;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue