@@ -21,9 +21,9 @@ |
||
| 21 | 21 | use ptlis\SemanticVersion\Parse\VersionParser; |
| 22 | 22 | use ptlis\SemanticVersion\Parse\VersionRangeParser; |
| 23 | 23 | use ptlis\SemanticVersion\Parse\VersionTokenizer; |
| 24 | +use ptlis\SemanticVersion\VersionRange\VersionRangeInterface; |
|
| 24 | 25 | use ptlis\SemanticVersion\Version\Label\LabelBuilder; |
| 25 | 26 | use ptlis\SemanticVersion\Version\VersionInterface; |
| 26 | -use ptlis\SemanticVersion\VersionRange\VersionRangeInterface; |
|
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * Simple class to provide version parsing with good defaults. |
@@ -14,10 +14,10 @@ |
||
| 14 | 14 | use ptlis\SemanticVersion\Comparator\ComparatorInterface; |
| 15 | 15 | use ptlis\SemanticVersion\Parse\Token; |
| 16 | 16 | use ptlis\SemanticVersion\Parse\VersionParser; |
| 17 | -use ptlis\SemanticVersion\Version\Version; |
|
| 18 | 17 | use ptlis\SemanticVersion\VersionRange\ComparatorVersion; |
| 19 | 18 | use ptlis\SemanticVersion\VersionRange\LogicalAnd; |
| 20 | 19 | use ptlis\SemanticVersion\VersionRange\VersionRangeInterface; |
| 20 | +use ptlis\SemanticVersion\Version\Version; |
|
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * Parser for hyphenated ranges. |