Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update composer/semver requirement from 3.2.6 to 3.2.7 #52

Merged
merged 1 commit into from Feb 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2022

Updates the requirements on composer/semver to permit the latest version.

Release notes

Sourced from composer/semver's releases.

3.2.7

  • Fixed: typo in type definition of Intervals class causing issues with Psalm scanning vendors
Changelog

Sourced from composer/semver's changelog.

[3.2.7] 2022-01-04

  • Fixed: typo in type definition of Intervals class causing issues with Psalm scanning vendors

[3.2.6] 2021-10-25

  • Fixed: type improvements to parseStability

[3.2.5] 2021-05-24

  • Fixed: issue comparing disjunctive MultiConstraints to conjunctive ones (#127)
  • Fixed: added complete type information using phpstan annotations

[3.2.4] 2020-11-13

  • Fixed: code clean-up

[3.2.3] 2020-11-12

  • 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] 2020-10-14

  • Fixed: internal code cleanups

[3.2.1] 2020-09-27

  • 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] 2020-09-09

  • 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

[3.1.0] 2020-09-08

  • Added: support for constraints like ^2.x-dev and ~2.x-dev, not very useful but seen in the wild and failed to validate with 3.0.1
  • Fixed: invalid aliases will no longer throw, unless explicitly validated by Composer in the root package

[3.0.1] 2020-09-08

  • Fixed: handling of some invalid -dev versions which were seen as valid

[3.0.0] 2020-05-26

  • Break: Renamed EmptyConstraint, replace it with MatchAllConstraint
  • Break: Unlikely to affect anyone but strictly speaking a breaking change, *.* and such variants will not match all dev-* versions anymore, only * does
  • Break: ConstraintInterface is now considered internal/private and not meant to be implemented by third parties anymore
  • Added Intervals class to check if a constraint is a subsets of another one, and allow compacting complex MultiConstraints into simpler ones

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @xificurk.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [composer/semver](https://github.com/composer/semver) to permit the latest version.
- [Release notes](https://github.com/composer/semver/releases)
- [Changelog](https://github.com/composer/semver/blob/main/CHANGELOG.md)
- [Commits](composer/semver@3.2.6...3.2.7)

---
updated-dependencies:
- dependency-name: composer/semver
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 1, 2022
@xificurk
Copy link
Contributor

xificurk commented Feb 1, 2022

@dependabot squash and merge

@dependabot dependabot bot merged commit 0955c5b into master Feb 1, 2022
@dependabot dependabot bot deleted the dependabot/composer/composer/semver-3.2.7 branch February 1, 2022 16:05
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.118% when pulling 0d1c05f on dependabot/composer/composer/semver-3.2.7 into 07399b9 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants