瀏覽代碼

Remove fenced block

Jordi Boggiano 11 年之前
父節點
當前提交
cfed93287c
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. 4 5
      doc/articles/handling-private-packages-with-satis.md

+ 4 - 5
doc/articles/handling-private-packages-with-satis.md

@@ -178,11 +178,10 @@ It is possible to make satis automatically resolve and add all dependencies for
 with the Downloads functionality to have a complete local mirror of packages. Just add the following
 to your `satis.json`:
 
-```
-{
-    "require-dependencies": true
-}
-```
+
+    {
+        "require-dependencies": true
+    }
 
 When searching for packages, satis will attempt to resolve all the required packages from the listed repositories.
 Therefore, if you are requiring a package from Packagist, you will need to define it in your `satis.json`.