Explorar el Código

Merge pull request #5910 from debugteam/patch-1

disabling packagist.org did not work
Rob hace 8 años
padre
commit
ecf267530d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/05-repositories.md

+ 1 - 1
doc/05-repositories.md

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