2.0.0
- Break:
dev-master
,dev-trunk
anddev-default
now normalize todev-master
,dev-trunk
anddev-default
instead of9999999-dev
in 1.x - Break: Removed the deprecated
AbstractConstraint
- Added
getUpperBound
andgetLowerBound
to ConstraintInterface. They returnComposer\Semver\Constraint\Bound
instances - Added
MultiConstraint::create
to create the most-optimal form of ConstraintInterface from an array of constraint strings