add dev packages, caps Log util, add tools config

This commit is contained in:
2025-11-10 16:49:05 +08:00
parent 08bb2af2c3
commit 299c831e82
5 changed files with 110 additions and 62 deletions
+3 -2
View File
@@ -24,7 +24,7 @@
"hyperf/db-connection": "~3.1.0",
"hyperf/engine": "^2.10",
"hyperf/framework": "~3.1.0",
"hyperf/guzzle": "~3.1.0",
"hyperf/guzzle": "^3.1",
"hyperf/http-server": "~3.1.0",
"hyperf/logger": "~3.1.0",
"hyperf/memory": "~3.1.0",
@@ -36,7 +36,8 @@
"hyperf/testing": "~3.1.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "^5.0"
"swoole/ide-helper": "^5.0",
"symfony/var-dumper": "~v7.3"
},
"suggest": {
"ext-openssl": "Required to use HTTPS.",