Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
composer require "symfony/event-dispatcher:5.2.x-dev"
| 包名 | 版本要求 |
|---|---|
| php | >=7.2.5 |
| symfony/deprecation-contracts | ^2.1 |
| symfony/event-dispatcher-contracts | ^2 |
| symfony/polyfill-php80 | ^1.16 |
| 包名 | 版本要求 |
|---|---|
| psr/log | ^1|^2|^3 |
| symfony/config | ^4.4|^5.0 |
| symfony/dependency-injection | ^4.4|^5.0 |
| symfony/error-handler | ^4.4|^5.0 |
| symfony/expression-language | ^4.4|^5.0 |
| symfony/http-foundation | ^4.4|^5.0 |
| symfony/service-contracts | ^1.1|^2 |
| symfony/stopwatch | ^4.4|^5.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2021-07-23 15:54:19 |
| 类型 | library |