Move util/composer.ohar to bin/
[friendica.git/.git] / doc / Developers-Intro.md
index b1a4d3e..53aacaf 100644 (file)
@@ -61,9 +61,9 @@ If you want to have git automatically update the dependencies with composer, you
     }
     # `composer install` if the `composer.lock` file gets changed
     # to update all the php dependencies
-    check_run composer.lock "util/composer.phar install --no-dev"
+    check_run composer.lock "bin/composer.phar install --no-dev"
 
-just place it into `.git/hooks/post-merge` and make it executeable.
+just place it into `.git/hooks/post-merge` and make it executable.
 
 * [Class autoloading](help/autoloader)
 * [Using Composer](help/Composer)