Skip to content

Commit

Permalink
Update SemverConverter.php
Browse files Browse the repository at this point in the history
Removed unnecessary line
  • Loading branch information
JustDoItSascha committed Jul 28, 2015
1 parent 8b79612 commit 79105c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Converter/SemverConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function convertVersion($version)
public function convertRange($range)
{
$range = $this->cleanRange(strtolower($range));
$range = preg_replace('/(?<!\S)[vV]?\d+(?:\.\d+)?(?!\S)/', '${0}', $range);

return $this->matchRange($range);
}
Expand Down

0 comments on commit 79105c6

Please sign in to comment.