1
0
Fork 0

Merge pull request #8705 from carlosbuenosvinos/patch-2

[DOCUMENTATION] Improve folder structure figure in "Path" type
pull/8709/head
Jordi Boggiano 2020-03-20 21:55:10 +01:00 committed by GitHub
commit b11f1c3082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -626,12 +626,14 @@ especially useful when dealing with monolithic repositories.
For instance, if you have the following directory structure in your repository: For instance, if you have the following directory structure in your repository:
``` ```
- apps ...
\_ my-app ├── apps
\_ composer.json │   └── my-app
- packages │   └── composer.json
\_ my-package ├── packages
\_ composer.json │ └── my-package
│ └── composer.json
...
``` ```
Then, to add the package `my/package` as a dependency, in your Then, to add the package `my/package` as a dependency, in your