admin/environment/custom check/Composer Developer dependencies are installed: Difference between revisions

From MoodleDocs
Composer developer dependencies
 
mNo edit summary
 
Line 1: Line 1:
Composer Developer dependencies are installed. Please ensure that the following command has been run in the Moodle root directory:
Composer Developer dependencies are installed. Please ensure that the following command has been run in the Moodle root directory:


<syntaxhighlight>composer install --no-dev --classmap-authoritative</syntaxhighlight>
composer install --no-dev --classmap-authoritative

Latest revision as of 12:31, 26 September 2025

Composer Developer dependencies are installed. Please ensure that the following command has been run in the Moodle root directory:

composer install --no-dev --classmap-authoritative