From d22a4e50bc5bf1a225d6ee9154c0931a05f7b850 Mon Sep 17 00:00:00 2001 From: HeZongLun <13425468+hezonglun@user.noreply.gitee.com> Date: Sat, 23 Aug 2025 20:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=20PHP=20=E7=9A=84?= =?UTF-8?q?=E5=AE=98=E6=96=B9=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recipe/lang/PHP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recipe/lang/PHP.c b/src/recipe/lang/PHP.c index fbea3e7..7c9bf32 100644 --- a/src/recipe/lang/PHP.c +++ b/src/recipe/lang/PHP.c @@ -22,7 +22,7 @@ pl_php_prelude () chef_allow_user_define(this); def_sources_begin() - {&UpstreamProvider, NULL, DelegateToUpstream}, + {&UpstreamProvider, "https://packagist.org/", DelegateToUpstream}, {&Ali, "https://mirrors.aliyun.com/composer/", DelegateToMirror}, {&Tencent, "https://mirrors.tencent.com/composer/", DelegateToMirror}, // {&Tencent_Intra, "https://mirrors.tencentyun.com/composer/", DelegateToMirror},