We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fe920 commit 436ee59Copy full SHA for 436ee59
src/PHPSemVerChecker/Configuration/LevelMapping.php
@@ -24,10 +24,10 @@ class LevelMapping
24
'V015' => Level::MAJOR,
25
'V016' => Level::MAJOR,
26
'V017' => Level::MINOR,
27
- 'V018' => Level::MINOR,
+ 'V018' => Level::PATCH,
28
'V019' => Level::MAJOR,
29
'V020' => Level::MAJOR,
30
- 'V021' => Level::MINOR,
+ 'V021' => Level::PATCH,
31
'V022' => Level::PATCH,
32
'V023' => Level::PATCH,
33
'V024' => Level::PATCH,
0 commit comments