X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FDevelopers-Intro.md;h=7a6e8861ce5e27ddda141be3beeb5e296bd0ce8b;hb=35ca4961d21c807b85af97295961c5d513f5be50;hp=2cfd15f2a388bdfd4eb1b945dab44629437883a8;hpb=b6aeb6e903fa14f1345b508224278143ce0d81ea;p=friendica.git diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index 2cfd15f2a3..7a6e8861ce 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -47,7 +47,7 @@ Friendica uses an implementation of [Domain-Driven-Design](help/Developer-Domain Friendica uses [Composer](https://getcomposer.org) to manage dependencies libraries and the class autoloader both for libraries and namespaced Friendica classes. -It's a command-line tool that downloads required libraries into the `vendor` folder and makes any namespaced class in `src` available through the whole application through `boot.php`. +It's a command-line tool that downloads required libraries into the `vendor` folder and makes any namespaced class in `src` available through the whole application. If you want to have git automatically update the dependencies with composer, you can use the `post-merge` [git-hook](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) with a script similar to this one: