Browse Source

Merge pull request #5910 from debugteam/patch-1

disabling packagist.org did not work
Rob 8 năm trước cách đây
mục cha
commit
ecf267530d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
         }
     ]
 }