This commit is contained in:
zhang zhuo 2025-06-20 10:27:22 +08:00
parent 4a6ba6f76f
commit 50cf11d963
2 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ vendor/
.vscode/
/phpstan.neon
/phpunit.xml
composer.lock

View File

@ -13,9 +13,12 @@
"license": "Apache-2.0",
"require": {
"php": ">=8.1",
"hyperf/async-queue": "^3.1",
"hyperf/cache": "~3.1.0",
"hyperf/command": "~3.1.0",
"hyperf/config": "~3.1.0",
"hyperf/crontab": "^3.1",
"hyperf/database": "~3.1.0",
"hyperf/db-connection": "~3.1.0",
"hyperf/engine": "^2.10",
"hyperf/framework": "~3.1.0",
@ -23,15 +26,16 @@
"hyperf/http-server": "~3.1.0",
"hyperf/logger": "~3.1.0",
"hyperf/memory": "~3.1.0",
"hyperf/phar": "^3.1",
"hyperf/process": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/redis": "~3.1.0",
"hyperf/async-queue": "~3.1.0"
"hyperf/rate-limit": "^3.1",
"hyperf/redis": "~3.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/devtool": "~3.1.0",
"hyperf/testing": "~3.1.0",
"hyperf/watcher": "^3.1",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "^5.0"