{ "name": "symfony/event-dispatcher", "type": "library", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "keywords": [], "homepage": "https://symfony.com", "license": "MIT", "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "require": { "php": ">=8.1", "symfony/event-dispatcher-contracts": "^2|^3" }, "require-dev": { "symfony/dependency-injection": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", "symfony/config": "^5.4|^6.0", "symfony/error-handler": "^5.4|^6.0", "symfony/http-foundation": "^5.4|^6.0", "symfony/service-contracts": "^1.1|^2|^3", "symfony/stopwatch": "^5.4|^6.0", "psr/log": "^1|^2|^3" }, "conflict": { "symfony/dependency-injection": "<5.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", "symfony/event-dispatcher-implementation": "2.0|3.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "minimum-stability": "dev" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
Attribute | Folder | 0755 |
|
|
Debug | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
.gitattributes | File | 113 B | 0644 |
|
.gitignore | File | 37 B | 0644 |
|
CHANGELOG.md | File | 2.93 KB | 0644 |
|
EventDispatcher.php | File | 8.86 KB | 0644 |
|
EventDispatcherInterface.php | File | 2.14 KB | 0644 |
|
EventSubscriberInterface.php | File | 1.77 KB | 0644 |
|
GenericEvent.php | File | 3.61 KB | 0644 |
|
ImmutableEventDispatcher.php | File | 2.04 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 614 B | 0644 |
|
composer.json | File | 1.55 KB | 0644 |
|
phpunit.xml.dist | File | 904 B | 0644 |
|