1
0
Fork 0

[DOCUMENTATION] Improve folder structure figure in "Path" type

pull/8705/head
Carlos Buenosvinos 2020-03-20 21:30:03 +01:00 committed by GitHub
parent 3405781f15
commit dc774a9409
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