1
0
Fork 0

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
debugteam 2016-11-29 18:02:38 +01:00 committed by GitHub
parent f1eb787013
commit 2333a0120e
1 changed files with 1 additions and 1 deletions

View File

@ -662,7 +662,7 @@ You can disable the default Packagist repository by adding this to your
{
"repositories": [
{
"packagist.org": false
"packagist": false
}
]
}