From ee525b66c86bb1155fcf4736c535c04fbf16bf30 Mon Sep 17 00:00:00 2001 From: David Martos Date: Thu, 11 Feb 2021 14:06:41 +0100 Subject: [PATCH] Update code autocompletion instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff4564d29c..a0f2b96a9b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,7 @@ To get proper autocompletion for all the different functions and classes in the ```bash docker run --rm --interactive --tty \ --volume $PWD:/app \ - composer install + composer update --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts --prefer-dist ``` ### User Interface