thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.49k stars 1.12k forks source link

Update league/event requirement from ^2.2 to ^3.0 #1309

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on league/event to permit the latest version.

Changelog

Sourced from league/event's changelog.

3.0.2 - 29-10-2022

Fixed

  • Reduce complexity of removing one-time listeners (#102)

3.0.1 - 28-10-2022

Fixed

  • Ensure one-time-listener is removed from the sorted list of listeners in the prioritized sub-class

3.0.0 - 29-09-2020

  • PSR-14 is now supported.
  • Classes and interfaces renamed to match PSR terminology.

2.2.0 - 2018-11-26

  • Buffered event emitter was added.

2.1.2 - 2015-05-21

Fixed

  • Event emitting now respects the order in which the listeners were added in addition to priority.

2.1.1 - 2015-03-30

Altered

  • Emitter::emitBatch now uses a foreach instead of array map to allow better exception handling.

2.1.0 - 2015-02-12

Added

  • EmitterAwareInterface: an interface to be EmitterInterface aware.
  • EmitterAwareTrait: a default implementation to EmitterAwareInterface

Changed

  • EmitterTrait: The EmitterAware interface was extracted from this, which it now uses.

2.0.0 - 2014-12-09

Added

  • EventInterface: an interface is derived from the AbstractEvent class to allow more flexible type hinting and custom implementations. All the code expecting an AbstractEvent now expect an EventInterface implementation, however AbstractEvent covers the most use cases.
  • Event::named: named construtor to create string based events

... (truncated)

Commits
  • 221867a Correct release date
  • c4343b1 Reformat PR and prep for release.
  • ed612ec Merge pull request #102 from wenbinye/fix-event-listeners
  • 9ef6813 Remove state property in PrioritizedListenersForEvent
  • a9764f4 Prep changelog
  • 7f5f770 Fix CS of PR
  • e1fc276 Merge pull request #101 from wenbinye/fix-onetimelistener
  • 6fbbc2a Fix PrioritizedListenersForEvent when OneTimeListener added
  • 6d6d88d Pre-release changelog
  • 36e003a Buffered event dispatcher returns dispatched events when dispatching the buffer.
  • Additional commits viewable in compare view


You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.