Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

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

   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          'ezyang/htmlpurifier' => array(
  23              'dev_requirement' => false,
  24              'replaced' => array(
  25                  0 => '*',
  26              ),
  27          ),
  28          'maennchen/zipstream-php' => array(
  29              'dev_requirement' => false,
  30              'replaced' => array(
  31                  0 => '*',
  32              ),
  33          ),
  34          'markbaker/complex' => array(
  35              'pretty_version' => '3.0.2',
  36              'version' => '3.0.2.0',
  37              'reference' => '95c56caa1cf5c766ad6d65b6344b807c1e8405b9',
  38              'type' => 'library',
  39              'install_path' => __DIR__ . '/../markbaker/complex',
  40              'aliases' => array(),
  41              'dev_requirement' => false,
  42          ),
  43          'markbaker/matrix' => array(
  44              'pretty_version' => '3.0.1',
  45              'version' => '3.0.1.0',
  46              'reference' => '728434227fe21be27ff6d86621a1b13107a2562c',
  47              'type' => 'library',
  48              'install_path' => __DIR__ . '/../markbaker/matrix',
  49              'aliases' => array(),
  50              'dev_requirement' => false,
  51          ),
  52          'myclabs/php-enum' => array(
  53              'dev_requirement' => false,
  54              'replaced' => array(
  55                  0 => '*',
  56              ),
  57          ),
  58          'phpoffice/phpspreadsheet' => array(
  59              'pretty_version' => '1.28.0',
  60              'version' => '1.28.0.0',
  61              'reference' => '6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a',
  62              'type' => 'library',
  63              'install_path' => __DIR__ . '/../phpoffice/phpspreadsheet',
  64              'aliases' => array(),
  65              'dev_requirement' => false,
  66          ),
  67          'psr/http-client' => array(
  68              'pretty_version' => '1.0.1',
  69              'version' => '1.0.1.0',
  70              'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
  71              'type' => 'library',
  72              'install_path' => __DIR__ . '/../psr/http-client',
  73              'aliases' => array(),
  74              'dev_requirement' => false,
  75          ),
  76          'psr/http-factory' => array(
  77              'pretty_version' => '1.0.1',
  78              'version' => '1.0.1.0',
  79              'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
  80              'type' => 'library',
  81              'install_path' => __DIR__ . '/../psr/http-factory',
  82              'aliases' => array(),
  83              'dev_requirement' => false,
  84          ),
  85          'psr/http-message' => array(
  86              'pretty_version' => '1.0.1',
  87              'version' => '1.0.1.0',
  88              'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
  89              'type' => 'library',
  90              'install_path' => __DIR__ . '/../psr/http-message',
  91              'aliases' => array(),
  92              'dev_requirement' => false,
  93          ),
  94          'psr/simple-cache' => array(
  95              'pretty_version' => '3.0.0',
  96              'version' => '3.0.0.0',
  97              'reference' => '764e0b3939f5ca87cb904f570ef9be2d78a07865',
  98              'type' => 'library',
  99              'install_path' => __DIR__ . '/../psr/simple-cache',
 100              'aliases' => array(),
 101              'dev_requirement' => false,
 102          ),
 103          'symfony/polyfill-mbstring' => array(
 104              'dev_requirement' => false,
 105              'replaced' => array(
 106                  0 => '*',
 107              ),
 108          ),
 109      ),
 110  );