Sfoglia il codice sorgente

Merge pull request #5910 from debugteam/patch-1

disabling packagist.org did not work
Rob 8 anni fa
parent
commit
ecf267530d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
         }
     ]
 }