Skip to content

Commit 3426bd5

Browse files
committed
Last cleanups, prep 3.0.0 release
1 parent e28fa06 commit 3426bd5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
### [3.0.0] 2020-05-xx
6+
### [3.0.0] 2020-05-26
77

88
* Break: Renamed `EmptyConstraint`, replace it with `MatchAllConstraint`
99
* Break: Unlikely to affect anyone but strictly speaking a breaking change, `*.*` and such variants will not match all `dev-*` versions anymore, only `*` does
1010
* Break: ConstraintInterface is now considered internal/private and not meant to be implemented by third parties anymore
1111
* Added `Intervals` class to check if a constraint is a subsets of another one, and allow compacting complex MultiConstraints into simpler ones
1212
* Added `CompilingMatcher` class to speed up constraint matching against simple Constraint instances
1313
* Added `MatchAllConstraint` and `MatchNoneConstraint` which match everything and nothing
14-
* Added `AnyDevConstraint` which matches any dev- prefixed version (branches)
1514
* Added more advanced optimization of contiguous constraints inside MultiConstraint
1615
* Added tentative support for PHP 8
1716
* Fixed ConstraintInterface::matches to be commutative in all cases

src/Interval.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Composer\Semver;
1313

1414
use Composer\Semver\Constraint\Constraint;
15-
use Composer\Semver\Constraint\AnyDevConstraint;
1615

1716
class Interval
1817
{

0 commit comments

Comments
 (0)