1<?php 2 3// autoload_static.php @generated by Composer 4 5namespace Composer\Autoload; 6 7class ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2 8{ 9 public static $files = array ( 10 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', 11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', 12 '25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php', 13 ); 14 15 public static $prefixLengthsPsr4 = array ( 16 'T' => 17 array ( 18 'Twig\\' => 5, 19 ), 20 'S' => 21 array ( 22 'Symfony\\Polyfill\\Php72\\' => 23, 23 'Symfony\\Polyfill\\Mbstring\\' => 26, 24 'Symfony\\Polyfill\\Ctype\\' => 23, 25 ), 26 ); 27 28 public static $prefixDirsPsr4 = array ( 29 'Twig\\' => 30 array ( 31 0 => __DIR__ . '/..' . '/twig/twig/src', 32 ), 33 'Symfony\\Polyfill\\Php72\\' => 34 array ( 35 0 => __DIR__ . '/..' . '/symfony/polyfill-php72', 36 ), 37 'Symfony\\Polyfill\\Mbstring\\' => 38 array ( 39 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', 40 ), 41 'Symfony\\Polyfill\\Ctype\\' => 42 array ( 43 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', 44 ), 45 ); 46 47 public static $prefixesPsr0 = array ( 48 'T' => 49 array ( 50 'Twig_' => 51 array ( 52 0 => __DIR__ . '/..' . '/twig/twig/lib', 53 ), 54 ), 55 ); 56 57 public static $classMap = array ( 58 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 59 ); 60 61 public static function getInitializer(ClassLoader $loader) 62 { 63 return \Closure::bind(function () use ($loader) { 64 $loader->prefixLengthsPsr4 = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$prefixLengthsPsr4; 65 $loader->prefixDirsPsr4 = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$prefixDirsPsr4; 66 $loader->prefixesPsr0 = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$prefixesPsr0; 67 $loader->classMap = ComposerStaticInitac05160ad8d2e4230f77c2e84ac799f2::$classMap; 68 69 }, null, ClassLoader::class); 70 } 71} 72