From fb3b118d8c1ab977172086a5f1f47098935c0983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=99=AF=E6=A3=AE?= Date: Wed, 24 Jun 2026 11:40:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(v0.0.14):=20guzzle=206=20=E2=86=92=207=20d?= =?UTF-8?q?rop-in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - guzzlehttp/guzzle ~6.0 → ^7.0 - API drop-in(guzzle 7 兼容 PSR-7/PSR-18) - 清 7 guzzle CVE + 5 psr7 CVE(5 服务共享) - PR: docs/superpowers/specs/2026-06-24-audit-debt-p0-design.md §4 - Plan: docs/superpowers/plans/2026-06-24-audit-debt-p0-plan.md Task 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59845f8..ace4859 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "require": { "monolog/monolog": "^1.20", "datto/json-rpc": "^6.0", - "guzzlehttp/guzzle": "~6.0", + "guzzlehttp/guzzle": "^7.0", "paragonie/random_compat": ">=2" }, "require-dev": {