From 7dcecc72cbaa475bf980e4284a734309e0158e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=94=81?= <52o@qq52o.cn> Date: Sat, 15 Aug 2020 18:44:40 +0800 Subject: [PATCH] update composer.json (#101) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eb0802f..3ff15cc 100644 --- a/composer.json +++ b/composer.json @@ -26,8 +26,8 @@ }, "require": { "php": ">=7.1", - "swlib/http": "1.0.7", - "swlib/util": "1.0.2" + "swlib/http": "^1.0", + "swlib/util": "^1.0" }, "require-dev": { "phpunit/phpunit": "~7"