Skip to content
The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.
PHP
Branch: master
Clone or download

Latest commit

nicolas-grekas Merge branch '5.1'
* 5.1:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
  [DI] Remove preload primitive types
  [Validator] Add missing translations of nn locale
  [HttpKernel] Fix that the `Store` would not save responses with the X-Content-Digest header present
  [Intl] bump icu 67.1
  [Validator] allow passing a validator to Validation::createCallable()
Latest commit 8a53fd3 May 21, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Debug Leverage PHP8's get_debug_type() Mar 16, 2020
DependencyInjection Merge branch '5.0' May 16, 2020
Tests Merge branch '5.0' May 16, 2020
.gitattributes add missing gitattributes for phpunit-bridge Mar 27, 2020
.gitignore Added missing files .gitignore Jul 21, 2013
CHANGELOG.md [Security] Refactor logout listener to dispatch an event instead Apr 4, 2020
EventDispatcher.php Merge branch '4.4' into 5.0 Feb 4, 2020
EventDispatcherInterface.php Add parameter type declarations to contracts. Nov 9, 2019
EventSubscriberInterface.php [DI][EventDispatcher] added contract for implementation May 5, 2020
GenericEvent.php Added more parameter type declarations. Aug 21, 2019
ImmutableEventDispatcher.php Add parameter type declarations to contracts. Nov 9, 2019
LICENSE Update year in license files Jan 1, 2020
LegacyEventDispatcherProxy.php fix cs Apr 4, 2020
README.md Update links to documentation Jan 4, 2020
composer.json Merge branch '5.1' May 20, 2020
phpunit.xml.dist Bump phpunit XSD version to 5.2 Nov 11, 2018

README.md

You can’t perform that action at this time.