Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402] [Versions 402 and 403]
1 <?php 2 3 // autoload_static.php @generated by Composer 4 5 namespace Composer\Autoload; 6 7 class ComposerStaticInitdb9a9022baf20d73f1edf8437bc648d7 8 { 9 public static $prefixLengthsPsr4 = array ( 10 'P' => 11 array ( 12 'Psr\\SimpleCache\\' => 16, 13 'Psr\\Http\\Message\\' => 17, 14 'Psr\\Http\\Client\\' => 16, 15 'PhpOffice\\PhpSpreadsheet\\' => 25, 16 ), 17 'M' => 18 array ( 19 'Matrix\\' => 7, 20 ), 21 'C' => 22 array ( 23 'Complex\\' => 8, 24 ), 25 ); 26 27 public static $prefixDirsPsr4 = array ( 28 'Psr\\SimpleCache\\' => 29 array ( 30 0 => __DIR__ . '/..' . '/psr/simple-cache/src', 31 ), 32 'Psr\\Http\\Message\\' => 33 array ( 34 0 => __DIR__ . '/..' . '/psr/http-message/src', 35 1 => __DIR__ . '/..' . '/psr/http-factory/src', 36 ), 37 'Psr\\Http\\Client\\' => 38 array ( 39 0 => __DIR__ . '/..' . '/psr/http-client/src', 40 ), 41 'PhpOffice\\PhpSpreadsheet\\' => 42 array ( 43 0 => __DIR__ . '/..' . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet', 44 ), 45 'Matrix\\' => 46 array ( 47 0 => __DIR__ . '/..' . '/markbaker/matrix/classes/src', 48 ), 49 'Complex\\' => 50 array ( 51 0 => __DIR__ . '/..' . '/markbaker/complex/classes/src', 52 ), 53 ); 54 55 public static $classMap = array ( 56 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 57 ); 58 59 public static function getInitializer(ClassLoader $loader) 60 { 61 return \Closure::bind(function () use ($loader) { 62 $loader->prefixLengthsPsr4 = ComposerStaticInitdb9a9022baf20d73f1edf8437bc648d7::$prefixLengthsPsr4; 63 $loader->prefixDirsPsr4 = ComposerStaticInitdb9a9022baf20d73f1edf8437bc648d7::$prefixDirsPsr4; 64 $loader->classMap = ComposerStaticInitdb9a9022baf20d73f1edf8437bc648d7::$classMap; 65 66 }, null, ClassLoader::class); 67 } 68 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body