From 50cf11d96324d224ce483c4932247a0b6cf0e262 Mon Sep 17 00:00:00 2001 From: zhang zhuo Date: Fri, 20 Jun 2025 10:27:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + composer.json | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c69291b..3228f02 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ vendor/ .vscode/ /phpstan.neon /phpunit.xml +composer.lock \ No newline at end of file diff --git a/composer.json b/composer.json index 669d51d..cee46c8 100644 --- a/composer.json +++ b/composer.json @@ -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"