1
0
Fork 0

Merge pull request #5910 from debugteam/patch-1

disabling packagist.org did not work
pull/5918/head
Rob 2016-11-30 07:35:46 +01:00 committed by GitHub
commit ecf267530d
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
}
]
}