Move util/composer.ohar to bin/

This commit is contained in:
Hypolite Petovan 2018-03-18 23:15:31 -04:00
parent b54b0f0728
commit 3f71cdf8be
8 changed files with 12 additions and 12 deletions

View file

@ -61,7 +61,7 @@ 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 executable.