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.
   1  <?php return array(
   2      'root' => array(
   3          'name' => '__root__',
   4          'pretty_version' => '1.0.0+no-version-set',
   5          'version' => '1.0.0.0',
   6          'reference' => NULL,
   7          'type' => 'library',
   8          'install_path' => __DIR__ . '/../../',
   9          'aliases' => array(),
  10          'dev' => true,
  11      ),
  12      'versions' => array(
  13          '__root__' => array(
  14              'pretty_version' => '1.0.0+no-version-set',
  15              'version' => '1.0.0.0',
  16              'reference' => NULL,
  17              'type' => 'library',
  18              'install_path' => __DIR__ . '/../../',
  19              'aliases' => array(),
  20              'dev_requirement' => false,
  21          ),
  22          'apereo/phpcas' => array(
  23              'pretty_version' => '1.6.0',
  24              'version' => '1.6.0.0',
  25              'reference' => 'f817c72a961484afef95ac64a9257c8e31f063b9',
  26              'type' => 'library',
  27              'install_path' => __DIR__ . '/../apereo/phpcas',
  28              'aliases' => array(),
  29              'dev_requirement' => false,
  30          ),
  31          'psr/log' => array(
  32              'pretty_version' => '1.1.4',
  33              'version' => '1.1.4.0',
  34              'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
  35              'type' => 'library',
  36              'install_path' => __DIR__ . '/../psr/log',
  37              'aliases' => array(),
  38              'dev_requirement' => false,
  39          ),
  40      ),
  41  );