We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ff5c3 commit d22a4e5Copy full SHA for d22a4e5
src/recipe/lang/PHP.c
@@ -22,7 +22,7 @@ pl_php_prelude ()
22
chef_allow_user_define(this);
23
24
def_sources_begin()
25
- {&UpstreamProvider, NULL, DelegateToUpstream},
+ {&UpstreamProvider, "https://packagist.org/", DelegateToUpstream},
26
{&Ali, "https://mirrors.aliyun.com/composer/", DelegateToMirror},
27
{&Tencent, "https://mirrors.tencent.com/composer/", DelegateToMirror},
28
// {&Tencent_Intra, "https://mirrors.tencentyun.com/composer/", DelegateToMirror},
0 commit comments