Helps applications send and receive messages to/from other applications or via message queues
composer require "symfony/messenger:4.4.x-dev"
| 包名 | 版本要求 |
|---|---|
| php | >=7.1.3 |
| psr/log | ^1|^2|^3 |
| symfony/polyfill-php80 | ^1.16 |
| 包名 | 版本要求 |
|---|---|
| doctrine/dbal | ^2.7|^3.0 |
| doctrine/persistence | ^1.3|^2|^3 |
| psr/cache | ^1.0|^2.0|^3.0 |
| symfony/console | ^3.4|^4.0|^5.0 |
| symfony/dependency-injection | ^3.4.19|^4.1.8|^5.0 |
| symfony/event-dispatcher | ^4.3|^5.0 |
| symfony/http-kernel | ^4.4 |
| symfony/process | ^3.4|^4.0|^5.0 |
| symfony/property-access | ^3.4|^4.0|^5.0 |
| symfony/serializer | ^3.4|^4.0|^5.0 |
| symfony/service-contracts | ^1.1|^2 |
| symfony/stopwatch | ^3.4|^4.0|^5.0 |
| symfony/validator | ^3.4|^4.0|^5.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2022-11-14 10:08:49 |
| 类型 | library |