From da0499142b75100b45acca36c36dba75c0060009 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Sat, 9 Nov 2024 20:23:41 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E6=96=B0=E5=A2=9E=20swoole/ide-?= =?UTF-8?q?helper=20=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 swoole IDE助手 - 这个修改旨在解决swoole代码提示补全的问题 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d3b3a0..679b44f 100644 --- a/composer.json +++ b/composer.json @@ -54,7 +54,7 @@ "require-dev": { "symfony/var-dumper": "^4.2", "topthink/think-trace":"^1.0", - "swoole/ide-helper": "^5.1", + "swoole/ide-helper": "~5.0.0", "friendsofphp/php-cs-fixer": "^3.64.0" }, "autoload": {