forked from slince/composer-registry-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrm.default.json
26 lines (26 loc) · 571 Bytes
/
crm.default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"name": "composer",
"url": "https://packagist.org"
},
{
"name": "phpcomposer",
"url": "https://packagist.phpcomposer.com"
},
{
"name": "aliyun",
"url": "https://mirrors.aliyun.com/composer"
},
{
"name": "tencent",
"url": "https://mirrors.cloud.tencent.com/composer"
},
{
"name": "huawei",
"url": "https://mirrors.huaweicloud.com/repository/php"
},
{
"name": "laravel-china",
"url": "https://packagist.laravel-china.org"
}
]