disabling packagist.org did not work
While testing i found that "packagist.org": false didn't work to disable packagist. I have read following issue https://github.com/composer/composer/issues/3713 afterwards i've testet "composer config repositories.packagist false" did the review on the composer.json and found that "packagist": false actually disabled packagist.pull/5910/head
parent
f1eb787013
commit
2333a0120e
|
@ -662,7 +662,7 @@ You can disable the default Packagist repository by adding this to your
|
|||
{
|
||||
"repositories": [
|
||||
{
|
||||
"packagist.org": false
|
||||
"packagist": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue