超管后台 - 添加项目数据对齐

This commit is contained in:
柳清爽
2025-04-18 14:37:31 +08:00
parent c5774ffa29
commit f8a89a8cbd
7 changed files with 404 additions and 99 deletions

View File

@@ -26,7 +26,8 @@
"topthink/think-worker": "2.0.*",
"topthink/think-queue": "2.0.*",
"textalk/websocket": "^1.5",
"guzzlehttp/guzzle": "^7.9"
"guzzlehttp/guzzle": "^7.9",
"eison/utils": "^1.2"
},
"autoload": {
"psr-4": {
@@ -41,5 +42,8 @@
"allow-plugins": {
"topthink/think-installer": true
}
},
"require-dev": {
"symfony/var-dumper": "^5.4"
}
}