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.4.35"
| 包名 | 版本要求 |
|---|---|
| php | >=7.2.5 |
| symfony/deprecation-contracts | ^2.1|^3 |
| symfony/event-dispatcher-contracts | ^2|^3 |
| symfony/polyfill-php80 | ^1.16 |
| 包名 | 版本要求 |
|---|---|
| psr/log | ^1|^2|^3 |
| symfony/config | ^4.4|^5.0|^6.0 |
| symfony/dependency-injection | ^4.4|^5.0|^6.0 |
| symfony/error-handler | ^4.4|^5.0|^6.0 |
| symfony/expression-language | ^4.4|^5.0|^6.0 |
| symfony/http-foundation | ^4.4|^5.0|^6.0 |
| symfony/service-contracts | ^1.1|^2|^3 |
| symfony/stopwatch | ^4.4|^5.0|^6.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2024-01-23 13:51:25 |
| 类型 | library |