Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

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

   1  <?php return array(
   2      'root' => array(
   3          'pretty_version' => '1.0.0+no-version-set',
   4          'version' => '1.0.0.0',
   5          'type' => 'library',
   6          'install_path' => __DIR__ . '/../../',
   7          'aliases' => array(),
   8          'reference' => NULL,
   9          'name' => '__root__',
  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              'type' => 'library',
  17              'install_path' => __DIR__ . '/../../',
  18              'aliases' => array(),
  19              'reference' => NULL,
  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.1',
  36              'version' => '3.0.1.0',
  37              'type' => 'library',
  38              'install_path' => __DIR__ . '/../markbaker/complex',
  39              'aliases' => array(),
  40              'reference' => 'ab8bc271e404909db09ff2d5ffa1e538085c0f22',
  41              'dev_requirement' => false,
  42          ),
  43          'markbaker/matrix' => array(
  44              'pretty_version' => '3.0.0',
  45              'version' => '3.0.0.0',
  46              'type' => 'library',
  47              'install_path' => __DIR__ . '/../markbaker/matrix',
  48              'aliases' => array(),
  49              'reference' => 'c66aefcafb4f6c269510e9ac46b82619a904c576',
  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.21.0',
  60              'version' => '1.21.0.0',
  61              'type' => 'library',
  62              'install_path' => __DIR__ . '/../phpoffice/phpspreadsheet',
  63              'aliases' => array(),
  64              'reference' => '1a359d2ccbb89c05f5dffb32711a95f4afc67964',
  65              'dev_requirement' => false,
  66          ),
  67          'psr/http-client' => array(
  68              'pretty_version' => '1.0.1',
  69              'version' => '1.0.1.0',
  70              'type' => 'library',
  71              'install_path' => __DIR__ . '/../psr/http-client',
  72              'aliases' => array(),
  73              'reference' => '2dfb5f6c5eff0e91e20e913f8c5452ed95b86621',
  74              'dev_requirement' => false,
  75          ),
  76          'psr/http-factory' => array(
  77              'pretty_version' => '1.0.1',
  78              'version' => '1.0.1.0',
  79              'type' => 'library',
  80              'install_path' => __DIR__ . '/../psr/http-factory',
  81              'aliases' => array(),
  82              'reference' => '12ac7fcd07e5b077433f5f2bee95b3a771bf61be',
  83              'dev_requirement' => false,
  84          ),
  85          'psr/http-message' => array(
  86              'pretty_version' => '1.0.1',
  87              'version' => '1.0.1.0',
  88              'type' => 'library',
  89              'install_path' => __DIR__ . '/../psr/http-message',
  90              'aliases' => array(),
  91              'reference' => 'f6561bf28d520154e4b0ec72be95418abe6d9363',
  92              'dev_requirement' => false,
  93          ),
  94          'psr/simple-cache' => array(
  95              'pretty_version' => '1.0.1',
  96              'version' => '1.0.1.0',
  97              'type' => 'library',
  98              'install_path' => __DIR__ . '/../psr/simple-cache',
  99              'aliases' => array(),
 100              'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
 101              'dev_requirement' => false,
 102          ),
 103          'symfony/polyfill-mbstring' => array(
 104              'dev_requirement' => false,
 105              'replaced' => array(
 106                  0 => '*',
 107              ),
 108          ),
 109      ),
 110  );