|  | @@ -14,10 +14,10 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 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. | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.