This commit is contained in:
Tobias Diekershoff 2018-02-02 16:33:55 +01:00
부모 8bb44c8843
커밋 e0996d19a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -63,7 +63,7 @@ If you want to have git automatically update the dependencies with composer, you
# to update all the php dependencies
check_run composer.lock "util/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)