X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FComposer.md;h=7b62ba6cf4765dfdf161cb07c296a7225daba956;hb=0e2a275cc5bfc12545338c7268515ba9f8545c62;hp=306d0fa89db431b2ec8b8cdac7e8c7fdc151ca4b;hpb=9665f4ed415d34cbcf09df8c6ca04882303e9544;p=friendica.git diff --git a/doc/Composer.md b/doc/Composer.md index 306d0fa89d..7b62ba6cf4 100644 --- a/doc/Composer.md +++ b/doc/Composer.md @@ -6,7 +6,7 @@ Using Composer 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. * [Class autoloading](help/autoloader)