Skip to content

Releases: composer/semver

3.2.6

04 Jan 09:58
83e511e
Compare
Choose a tag to compare
  • Fixed: type improvements to parseStability

3.2.5

24 May 12:42
31f3ea7
Compare
Choose a tag to compare
  • Fixed: issue comparing disjunctive MultiConstraints to conjunctive ones (#127)
  • Fixed: added complete type information using phpstan annotations

1.7.2

03 Dec 16:05
647490b
Compare
Choose a tag to compare
  • Fixed: Allow installing on php 8

3.2.4

13 Nov 08:59
a02fdf9
Compare
Choose a tag to compare
  • Fixed: code clean-up

3.2.3

13 Nov 08:59
bcf1cc7
Compare
Choose a tag to compare
  • 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

14 Oct 08:52
4089fdd
Compare
Choose a tag to compare
  • Fixed: internal code cleanups

3.2.1

27 Sep 13:27
ebb7144
Compare
Choose a tag to compare
  • 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

27 Sep 13:28
3827632
Compare
Choose a tag to compare
  • 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

09 Sep 09:42
da7ce66
Compare
Choose a tag to compare
  • 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

09 Sep 09:42
114f819
Compare
Choose a tag to compare
  • 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