Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yireo/Yireo_ExtensionChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Jan 6, 2025
2 parents 96ffc8f + a8d04a4 commit 2108904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Console/Command/ListModulesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ private function getComposerVersion(string $moduleName): string
if (!empty($composerVersion)) {
return $composerVersion;
}
} catch(RuntimeException $e) {}
} catch(RuntimeException $e) {
}

$composerName = $composerFile->get('name');
return $this->composerProvider->getVersionByComposerName($composerName);
Expand Down

0 comments on commit 2108904

Please sign in to comment.