php-semver
php-semver copied to clipboard
add version test case but fail
When i add test case like this:
'1.2.3+02.5.a' => array('M' => 1, 'm' => 2, 'p' => 3, 'pr' => array(), 'b' => array('02', 5, 'a')),
It's fail. What do you think of this test case? because there is test case in case of without pre-release.
Which version of the library are you using?
@vierbergenlars v3.0.1