From 480907480c09e14502cabdcb5eff72137eac5ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Tue, 31 Jul 2018 15:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DJson=20Validator=E4=BC=9A?= =?UTF-8?q?=E5=A4=B1=E6=95=88=E7=9A=84BUG=20(https://github.com/swoft-clou?= =?UTF-8?q?d/swoft-component/pull/153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 修复Json Validator无法使用的BUG * 完善单测 * 替换composer国内源为laravel-china --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1fdb49..808bbbe 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "repositories": [ { "type": "composer", - "url": "https://packagist.phpcomposer.com" + "url": "https://packagist.laravel-china.org" } ], "require-dev": {