Releases: composer/semver
Releases · composer/semver
3.2.6
- Fixed: type improvements to parseStability
3.2.5
- Fixed: issue comparing disjunctive MultiConstraints to conjunctive ones (#127)
- Fixed: added complete type information using phpstan annotations
1.7.2
- Fixed: Allow installing on php 8
3.2.3
- Fixed: constraints in the form of X || Y, >=Y.1 and other such complex constructs were in some cases being optimized into a more restrictive constraint
3.2.2
- Fixed: internal code cleanups
3.2.1
- Fixed: accidental validation of broken constraints combining ^/~ and wildcards, and -dev suffix allowing weird cases
- Fixed: normalization of beta0 and such which was dropping the 0
1.7.1
- Fixed: accidental validation of broken constraints combining ^/~ and wildcards, and -dev suffix allowing weird cases
- Fixed: normalization of beta0 and such which was dropping the 0
3.2.0
- Added: support for
x || @dev
, not very useful but seen in the wild and failed to validate with 1.5.2/1.6.0
- Added: support for
foobar-dev
being equal to dev-foobar
, dev-foobar is the official way to write it but we need to support the other for BC and convenience
1.7.0
- Added: support for
x || @dev
, not very useful but seen in the wild and failed to validate with 1.5.2/1.6.0
- Added: support for
foobar-dev
being equal to dev-foobar
, dev-foobar is the official way to write it but we need to support the other for BC and convenience