From cfed93287c289c2f829fbc52a4a9e1b66a215b6f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 16 Apr 2014 17:23:42 +0200 Subject: [PATCH] Remove fenced block --- doc/articles/handling-private-packages-with-satis.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index 0219f8108..01fe63494 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/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`.