From 29ad0ab1c9c7bd8a634505a390efda82d954a929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Tue, 25 Nov 2025 17:24:09 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E6=9B=B4=E6=96=B0=20roave/dont?= =?UTF-8?q?=20=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=E7=BA=A6=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 roave/dont 的版本约束从 ^1.6.0 更改为 * - 添加了两个新的 PhpSpecSuiteConfiguration 配置块到 .idea/phpspec.xml 文件中 Signed-off-by: 李东云 --- .idea/phpspec.xml | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.idea/phpspec.xml b/.idea/phpspec.xml index 33107fd..c7cfbc2 100644 --- a/.idea/phpspec.xml +++ b/.idea/phpspec.xml @@ -5,6 +5,12 @@ + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index 246c232..72f1462 100755 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "jetbrains/phpstorm-attributes": "^1.0", "lmc/http-constants": "^1.2.0", "myclabs/php-enum": "^1.8.4", - "roave/dont": "^1.6.0", + "roave/dont": "*", "symfony/http-foundation": "^6.4", "symfony/polyfill-php81": "^1.28", "symfony/polyfill-php82": "^1.28",