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 league/event requirement from ^2.2 to ^3.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

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

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 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 [league/event](https://github.com/thephpleague/event) to permit the latest version.
- [Release notes](https://github.com/thephpleague/event/releases)
- [Changelog](https://github.com/thephpleague/event/blob/master/changelog.md)
- [Commits](thephpleague/event@2.2.0...3.0.2)

---
updated-dependencies:
- dependency-name: league/event
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/league/event-tw-3.0 branch from ba37828 to b0892b4 Compare October 31, 2022 11:11
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants