Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  
   3  // autoload_psr4.php @generated by Composer
   4  
   5  $vendorDir = dirname(dirname(__FILE__));
   6  $baseDir = dirname($vendorDir);
   7  
   8  return array(
   9      'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
  10      'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
  11      'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
  12      'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
  13      'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
  14      'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
  15      'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
  16      'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
  17      'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
  18  );