mirror of
https://github.com/friendica/friendica
synced 2025-05-01 03:04:23 +02:00
Update docs and scripts to use the correct composer install script
This commit is contained in:
parent
98f1ae444c
commit
d71264993d
7 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue