1 Star 0 Fork 0

berlin75/tpqueue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 716 Bytes
一键复制 编辑 原始数据 按行查看 历史
berlin75 提交于 2023-09-13 18:24 . clear
{
"name": "toolmodules/queueu",
"description": "php native queue library",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "berlin75",
"email": "465137869@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"symfony/console": "^4.4 | ^5.0",
"symfony/process": ">=4.2",
"symfony/event-dispatcher": "^4.0 || ^5.0",
"nesbot/carbon": "^2.16",
"monolog/monolog": "^1.23 || ^2.0"
},
"autoload": {
"psr-4": {
"toolmodules\\": "src/"
}
},
"bin": [
"bin/queue"
],
"config": {
"optimize-autoloader": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/berlin75/tpqueue.git
git@gitee.com:berlin75/tpqueue.git
berlin75
tpqueue
tpqueue
master

搜索帮助