Helps applications send and receive messages to/from other applications or via message queues
composer require "symfony/messenger:6.2.x-dev"
| 包名 | 版本要求 |
|---|---|
| php | >=8.1 |
| psr/log | ^1|^2|^3 |
| 包名 | 版本要求 |
|---|---|
| psr/cache | ^1.0|^2.0|^3.0 |
| symfony/console | ^5.4|^6.0 |
| symfony/dependency-injection | ^5.4|^6.0 |
| symfony/event-dispatcher | ^5.4|^6.0 |
| symfony/http-kernel | ^5.4|^6.0 |
| symfony/process | ^5.4|^6.0 |
| symfony/property-access | ^5.4|^6.0 |
| symfony/rate-limiter | ^5.4|^6.0 |
| symfony/routing | ^5.4|^6.0 |
| symfony/serializer | ^5.4|^6.0 |
| symfony/service-contracts | ^1.1|^2|^3 |
| symfony/stopwatch | ^5.4|^6.0 |
| symfony/validator | ^5.4|^6.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2023-07-05 08:41:15 |
| 类型 | library |