1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-19 18:21:31 +02:00

Updated FreeScout Modules Dev (markdown)

FreeScout 2018-11-13 11:40:47 +03:00
parent befccf6936
commit b3b0261c32

@ -166,6 +166,11 @@ Module may include composer packages in it's `composer.json`:
"rivsen/hello-world": "0.1.0"
}
```
```
composer update
```
Module's packages are stored in the it's `vendor` folder, committed and distributed with the module
If some package requires a package which is already loaded in the main composer.json, just ignore it like this: