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/ .vscode/
/phpstan.neon /phpstan.neon
/phpunit.xml /phpunit.xml
composer.lock

View File

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