Composer 配置
composer config -g repo.packagist composer https://packagist.phpcomposer.comconfig.json
{ "config": {},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}
auth.json { "bitbucket-oauth": {}, "github-oauth": { "github.com": "06c4d473b2f81da40a9dcf95cd9dd18461a2483d"}, "gitlab-oauth": {}, "gitlab-token": {}, "http-basic": {} }
页:
[1]