Skip to content

Commit b20adb8

Browse files
limingxinleohuangzhhui
authored andcommitted
修复Json Validator会失效的BUG (swoft-cloud/swoft-component#153)
* 修复Json Validator无法使用的BUG * 完善单测 * 替换composer国内源为laravel-china
1 parent 68b8332 commit b20adb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"repositories": {
3030
"packagist": {
3131
"type": "composer",
32-
"url": "https://packagist.phpcomposer.com"
32+
"url": "https://packagist.laravel-china.org"
3333
}
3434
},
3535
"require-dev": {

0 commit comments

Comments
 (0)