Bugfix
parent
5b061b8ddb
commit
75410d13b7
|
@ -40,6 +40,7 @@ class InstallCommand
|
||||||
|
|
||||||
// TODO this should use the transaction returned by the solver
|
// TODO this should use the transaction returned by the solver
|
||||||
foreach ($config['require'] as $name => $version) {
|
foreach ($config['require'] as $name => $version) {
|
||||||
|
unset($package);
|
||||||
foreach ($packages as $pkg) {
|
foreach ($packages as $pkg) {
|
||||||
if (strtolower($pkg->getName()) === strtolower($name)) {
|
if (strtolower($pkg->getName()) === strtolower($name)) {
|
||||||
$package = $pkg;
|
$package = $pkg;
|
||||||
|
|
Loading…
Reference in New Issue