Skip to content

Commit

Permalink
Update V059 level from PATCH to MAJOR.
Browse files Browse the repository at this point in the history
V059: Updating a trait private method parameters may break classes that uses this trait method.
  • Loading branch information
tomzx committed Jun 18, 2015
1 parent 436ee59 commit 5d18d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPSemVerChecker/Configuration/LevelMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class LevelMapping
'V056' => Level::MAJOR,
'V057' => Level::MAJOR,
'V058' => Level::MAJOR,
'V059' => Level::PATCH,
'V059' => Level::MAJOR,
'V060' => Level::PATCH,
'V061' => Level::PATCH,
'V062' => Level::PATCH,
Expand Down

0 comments on commit 5d18d00

Please sign in to comment.