Skip to content

Commit 5d18d00

Browse files
committed
Update V059 level from PATCH to MAJOR.
V059: Updating a trait private method parameters may break classes that uses this trait method.
1 parent 436ee59 commit 5d18d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPSemVerChecker/Configuration/LevelMapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class LevelMapping
6565
'V056' => Level::MAJOR,
6666
'V057' => Level::MAJOR,
6767
'V058' => Level::MAJOR,
68-
'V059' => Level::PATCH,
68+
'V059' => Level::MAJOR,
6969
'V060' => Level::PATCH,
7070
'V061' => Level::PATCH,
7171
'V062' => Level::PATCH,

0 commit comments

Comments
 (0)