From a63ce4864cd6de1f5e417c96c7bdde658b24e850 Mon Sep 17 00:00:00 2001 From: Tim Schroeder Date: Tue, 5 Dec 2023 15:25:39 +0100 Subject: [PATCH] added necessary step to composer installation until there is a stable version of phpcompatibility that we can require --- general/development/tools/phpcs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/general/development/tools/phpcs.md b/general/development/tools/phpcs.md index e3b9d14519..e6ee33498c 100644 --- a/general/development/tools/phpcs.md +++ b/general/development/tools/phpcs.md @@ -22,6 +22,7 @@ We recommend use of the `moodle-extra` standard, particularly when writing new c The recommended method of installation is via the global composer command: ```console +composer global config minimum-stability dev composer global require moodlehq/moodle-cs ```