|
@@ -49,7 +49,6 @@ class TagVendorsCommand extends Command
|
|
$content = parse_ini_file($realpath, true);
|
|
$content = parse_ini_file($realpath, true);
|
|
foreach ($content as $sec => $conf) {
|
|
foreach ($content as $sec => $conf) {
|
|
$content[$sec]["branch"] = $version;
|
|
$content[$sec]["branch"] = $version;
|
|
- $output->writeln($sec . " - " . $content[$sec]["branch"] . " - " . $version . " - " . $tag . " - " . $content[$sec]["repo"]);
|
|
|
|
try {
|
|
try {
|
|
$git = new Git();
|
|
$git = new Git();
|
|
$git_path = $dirname . '/' . $sec;
|
|
$git_path = $dirname . '/' . $sec;
|