Skip to content

Commit

Permalink
Make again 7.4 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed Jun 21, 2024
1 parent a05647d commit cbb5eac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Console/Command/ListModulesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ private function getComposerVersion(string $moduleName): string
if (!empty($composerVersion)) {
return $composerVersion;
}
} catch(RuntimeException) {}

} catch(RuntimeException $e) {}

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

0 comments on commit cbb5eac

Please sign in to comment.