From b3e1a025e388815612815a0b08fc4f2439140676 Mon Sep 17 00:00:00 2001 From: Luffy <52o@qq52o.cn> Date: Tue, 12 Mar 2024 14:06:19 +0800 Subject: [PATCH] Update composer.json (#28) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 李铭昕 <715557344@qq.com> --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f501777..973f571 100644 --- a/composer.json +++ b/composer.json @@ -29,11 +29,11 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "hyperf/guzzle": "^3.0", - "hyperf/http-message": " 3.0.*", + "hyperf/http-message": "^3.0", "mockery/mockery": "^1.5", "phpstan/phpstan": "^1.0", "phpunit/phpunit": "^9.4", - "swoole/ide-helper": "dev-master" + "swoole/ide-helper": "5.*" }, "suggest": { "ext-sockets": "*", @@ -63,4 +63,4 @@ "analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src", "cs-fix": "php-cs-fixer fix $1" } -} \ No newline at end of file +}