|
@@ -15,10 +15,10 @@ |
|
|
block discarded – undo |
|
15
|
15
|
use ptlis\SemanticVersion\Parse\ChunkBySeparator; |
|
16
|
16
|
use ptlis\SemanticVersion\Parse\Token; |
|
17
|
17
|
use ptlis\SemanticVersion\Parse\VersionParser; |
|
18
|
|
-use ptlis\SemanticVersion\Version\Version; |
|
19
|
18
|
use ptlis\SemanticVersion\VersionRange\ComparatorVersion; |
|
20
|
19
|
use ptlis\SemanticVersion\VersionRange\LogicalAnd; |
|
21
|
20
|
use ptlis\SemanticVersion\VersionRange\VersionRangeInterface; |
|
|
21
|
+use ptlis\SemanticVersion\Version\Version; |
|
22
|
22
|
|
|
23
|
23
|
/** |
|
24
|
24
|
* Parser for hyphenated ranges. |
Please login to merge, or discard this patch.