Return 1 if composer.json exists, but the package doesn't.

main
Ed Reel 8 years ago committed by Jordi Boggiano
parent f9f92dc9d8
commit f29a302391

@ -173,7 +173,7 @@ EOT
}
$io->writeError('Package ' . $packageFilter . ' not found in ' . $options['working-dir'] . '/composer.json');
return;
return 1;
}
} else {
$versions = array($package->getPrettyVersion() => $package->getVersion());

Loading…
Cancel
Save