X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FComposer.md;h=7310a443eb251464de8f710ad69514584a4ca204;hb=131695cb1167a831dbe87a0f2b1bde755dabd55f;hp=306d0fa89db431b2ec8b8cdac7e8c7fdc151ca4b;hpb=88353ce56f0e5da6352af2d999a58bd0c9b375f7;p=friendica.git diff --git a/doc/Composer.md b/doc/Composer.md index 306d0fa89d..7310a443eb 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) @@ -20,7 +20,7 @@ Composer requires PHP CLI and the following examples assume it's available syste #### From Archive -If you just unpacked a Friendica release archive, you don't have to use Commposer at all, all the required libraries are already bundled in the archive. +If you just unpacked a Friendica release archive, you don't have to use Composer at all, all the required libraries are already bundled in the archive. #### Installing with Git