This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/EventDispatcher
Nicolas Grekas 092632dc14 Merge branch '5.1'
* 5.1: (28 commits)
  [DI] fix
  Use "composer/package-versions-deprecated" when possible
  Fix
  Small update in our internal terminology
  Fix support for PHP8 union types
  [VarDumper] fix typo
  [Lock][Messenger] Fix precedence of DSN options for 5.1
  Fix support for PHP8 union types
  [FrameworkBundle] preserve dots in query-string when redirecting
  [3.4] Fix support for PHP8 union types
  [PhpUnitBridge] Streamline ansi/no-ansi of composer according to phpunit --colors option
  [3.4] Small update in our internal terminology
  [Cache] fix compat with DBAL v3
  Remove unnecessary null check
  [HttpFoundation] Allow `null` in InputBag@set
  [HttpClient] Convert CurlHttpClient::handlePush() to instance method
  Fix package rename when releasing
  bumped Symfony version to 5.1.3
  updated VERSION for 5.1.2
  updated CHANGELOG for 5.1.2
  ...
2020-06-18 21:55:03 +02:00
..
Debug Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
DependencyInjection Merge branch '5.0' into 5.1 2020-06-18 20:24:02 +02:00
Tests Merge branch '5.0' 2020-05-16 11:12:54 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Security] Refactor logout listener to dispatch an event instead 2020-04-04 13:02:21 +02:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
EventDispatcher.php Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
EventDispatcherInterface.php Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
EventSubscriberInterface.php [DI][EventDispatcher] added contract for implementation 2020-05-05 17:06:23 +02:00
GenericEvent.php Added more parameter type declarations. 2019-08-21 17:16:25 +02:00
ImmutableEventDispatcher.php Add parameter type declarations to contracts. 2019-11-09 10:18:34 +01:00
LegacyEventDispatcherProxy.php fix cs 2020-04-05 01:14:36 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00

EventDispatcher Component

The EventDispatcher component provides tools that allow your application components to communicate with each other by dispatching events and listening to them.

Resources