web-auth / webauthn-framework

FIDO-U2F / FIDO2 / Webauthn Framework
MIT License
397 stars 51 forks source link

Update doctrine/orm requirement from ^2.13 to ^2.13 || ^3.0 #549

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Updates the requirements on doctrine/orm to permit the latest version.

Release notes

Sourced from doctrine/orm's releases.

3.0.0

Release Notes for 3.0.0

After almost 8 years of work by many different contributors, we're incredibly proud to announce the release of Doctrine ORM 3.0.0!

Upgrade

We've written an upgrade guide, but the best way to prepare for the upgrade is to first upgrade to the latest 2.x version, and address any deprecation that is reported.

3.0.0

  • Total issues resolved: 9
  • Total pull requests resolved: 241
  • Total contributors: 22

BC Break

... (truncated)

Commits
  • 5b8b5f2 Run Rector on the source code (#11205)
  • 2e155e9 Merge pull request #11202 from mpdude/mergeup-2.18.x-3.0.x
  • c7a91a4 Fix Psalm complaints after merge-up
  • 1df03f2 Write LimitSubqueryOutputWalkerTest in a way that is portable between DBAL 3 ...
  • 09f0966 Fix CS after merge-up
  • da6c6f7 Merge remote-tracking branch 'origin/2.18.x' into 3.0.x
  • f2176a9 Merge pull request #11201 from mpdude/merge-up-217-218
  • 9a6ff66 Merge remote-tracking branch 'origin/2.17.x' into 2.18.x
  • f58984c Merge pull request #11198 from jwage/port-lock-sql-changes
  • 79c7c50 Fix calls to removed lock methods (#11061)
  • Additional commits viewable in compare view


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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 6 months ago

Superseded by #552.