From dc774a9409d03c3d1ddbfa35677aba4fedb028dc Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Fri, 20 Mar 2020 21:30:03 +0100 Subject: [PATCH] [DOCUMENTATION] Improve folder structure figure in "Path" type --- doc/05-repositories.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index ba5713aed..c551ff9e6 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -626,12 +626,14 @@ especially useful when dealing with monolithic repositories. For instance, if you have the following directory structure in your repository: ``` -- apps -\_ my-app - \_ composer.json -- packages -\_ my-package - \_ composer.json +... +├── apps +│   └── my-app +│   └── composer.json +├── packages +│ └── my-package +│ └── composer.json +... ``` Then, to add the package `my/package` as a dependency, in your