Provides tools that allow your application components to communicate with each other by dispatching events and listening to them
composer require "symfony/event-dispatcher:7.0.x-dev"
| 包名 | 版本要求 |
|---|---|
| php | >=8.2 |
| symfony/event-dispatcher-contracts | ^2.5|^3 |
| 包名 | 版本要求 |
|---|---|
| psr/log | ^1|^2|^3 |
| symfony/config | ^6.4|^7.0 |
| symfony/dependency-injection | ^6.4|^7.0 |
| symfony/error-handler | ^6.4|^7.0 |
| symfony/expression-language | ^6.4|^7.0 |
| symfony/http-foundation | ^6.4|^7.0 |
| symfony/service-contracts | ^2.5|^3 |
| symfony/stopwatch | ^6.4|^7.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2024-05-31 14:55:39 |
| 类型 | library |