onliner / command-bus-bundle
命令总线集成包。
v0.1.0
2022-01-19 13:03 UTC
Requires
- php: ^8.0
- ext-ctype: *
- ext-pcntl: *
- ext-posix: *
- onliner/command-bus: ^0.3
- symfony/config: ^5.0
- symfony/console: ^5.0
- symfony/dependency-injection: ^5.0
- symfony/http-kernel: ^5.3
This package is auto-updated.
Last update: 2024-09-19 18:39:26 UTC
README
Symfony 集成包,用于 command-bus
安装
安装此扩展的首选方式是通过 composer。
运行以下命令
composer require onliner/command-bus-bundle
或将此行代码添加到您的 composer.json
文件的 require
部分
"onliner/command-bus-bundle": "^0.1.0"
并根据您的需求进行修改。
许可证
在 MIT 许可证 下发布。