Helps applications send and receive messages to/from other applications or via message queues
composer require "symfony/messenger:5.3.x-dev"
| 包名 | 版本要求 |
|---|---|
| php | >=7.2.5 |
| psr/log | ^1|^2|^3 |
| symfony/amqp-messenger | ^5.1 |
| symfony/deprecation-contracts | ^2.1 |
| symfony/doctrine-messenger | ^5.1 |
| symfony/polyfill-php80 | ^1.16 |
| symfony/redis-messenger | ^5.1 |
| 包名 | 版本要求 |
|---|---|
| psr/cache | ^1.0|^2.0|^3.0 |
| symfony/console | ^4.4|^5.0 |
| symfony/dependency-injection | ^4.4|^5.0 |
| symfony/event-dispatcher | ^4.4|^5.0 |
| symfony/http-kernel | ^4.4|^5.0 |
| symfony/process | ^4.4|^5.0 |
| symfony/property-access | ^4.4|^5.0 |
| symfony/routing | ^4.4|^5.0 |
| symfony/serializer | ^5.0 |
| symfony/service-contracts | ^1.1|^2 |
| symfony/stopwatch | ^4.4|^5.0 |
| symfony/validator | ^4.4|^5.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2022-01-12 18:37:36 |
| 类型 | library |