Update docs and scripts to use the correct composer install script

This commit is contained in:
Art4 2025-02-06 07:43:52 +00:00
parent 98f1ae444c
commit d71264993d
7 changed files with 12 additions and 12 deletions

View file

@ -62,7 +62,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 "bin/composer.phar install --no-dev"
check_run composer.lock "bin/composer.phar install"
just place it into `.git/hooks/post-merge` and make it executable.