Support Drupal 11
To test, make sure you have ddev.
Test:
git clone git@git.drupal.org:project/anu_lms.git
cd anu_lms
git checkout anu_lms-3428168-project-update-bot-only
ddev config --project-type=drupal --docroot=web --php-version=8.3 --corepack-enable
ddev add-on get ddev/ddev-drupal-contrib
ddev start
ddev poser
ddev symlink-project
ddev drush si -y
ddev drush en anu_lms_demo_content -y
You shouldn't encounter any errors during this process. You might need to enter your sudo password when ddev is starting.
After installation visit: http://anu-lms.ddev.site/courses/courses-demo
All the lessons should be working.