diff options
Diffstat (limited to 'vendor/composer/autoload_static.php')
| -rw-r--r-- | vendor/composer/autoload_static.php | 163 |
1 files changed, 163 insertions, 0 deletions
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php new file mode 100644 index 0000000..c034123 --- /dev/null +++ b/vendor/composer/autoload_static.php | |||
| @@ -0,0 +1,163 @@ | |||
| 1 | <?php | ||
| 2 | |||
| 3 | // autoload_static.php @generated by Composer | ||
| 4 | |||
| 5 | namespace Composer\Autoload; | ||
| 6 | |||
| 7 | class ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254 | ||
| 8 | { | ||
| 9 | public static $files = array ( | ||
| 10 | '6e3fae29631ef280660b3cdad06f25a8' => __DIR__ . '/..' . '/symfony/deprecation-contracts/function.php', | ||
| 11 | '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php', | ||
| 12 | '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', | ||
| 13 | '8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php', | ||
| 14 | 'e69f7f6ee287b969198c3c9d6777bd38' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/bootstrap.php', | ||
| 15 | 'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php', | ||
| 16 | ); | ||
| 17 | |||
| 18 | public static $prefixLengthsPsr4 = array ( | ||
| 19 | 'S' => | ||
| 20 | array ( | ||
| 21 | 'Symfony\\Polyfill\\Mbstring\\' => 26, | ||
| 22 | 'Symfony\\Polyfill\\Intl\\Normalizer\\' => 33, | ||
| 23 | 'Symfony\\Polyfill\\Intl\\Grapheme\\' => 31, | ||
| 24 | 'Symfony\\Polyfill\\Ctype\\' => 23, | ||
| 25 | 'Symfony\\Contracts\\Service\\' => 26, | ||
| 26 | 'Symfony\\Contracts\\Cache\\' => 24, | ||
| 27 | 'Symfony\\Component\\VarExporter\\' => 30, | ||
| 28 | 'Symfony\\Component\\String\\' => 25, | ||
| 29 | 'Symfony\\Component\\Console\\' => 26, | ||
| 30 | 'Symfony\\Component\\Cache\\' => 24, | ||
| 31 | ), | ||
| 32 | 'P' => | ||
| 33 | array ( | ||
| 34 | 'Psr\\Log\\' => 8, | ||
| 35 | 'Psr\\Container\\' => 14, | ||
| 36 | 'Psr\\Cache\\' => 10, | ||
| 37 | ), | ||
| 38 | 'D' => | ||
| 39 | array ( | ||
| 40 | 'Doctrine\\Persistence\\' => 21, | ||
| 41 | 'Doctrine\\ORM\\' => 13, | ||
| 42 | 'Doctrine\\Instantiator\\' => 22, | ||
| 43 | 'Doctrine\\Inflector\\' => 19, | ||
| 44 | 'Doctrine\\Deprecations\\' => 22, | ||
| 45 | 'Doctrine\\DBAL\\' => 14, | ||
| 46 | 'Doctrine\\Common\\Lexer\\' => 22, | ||
| 47 | 'Doctrine\\Common\\Collections\\' => 28, | ||
| 48 | 'Doctrine\\Common\\' => 16, | ||
| 49 | ), | ||
| 50 | ); | ||
| 51 | |||
| 52 | public static $prefixDirsPsr4 = array ( | ||
| 53 | 'Symfony\\Polyfill\\Mbstring\\' => | ||
| 54 | array ( | ||
| 55 | 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring', | ||
| 56 | ), | ||
| 57 | 'Symfony\\Polyfill\\Intl\\Normalizer\\' => | ||
| 58 | array ( | ||
| 59 | 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer', | ||
| 60 | ), | ||
| 61 | 'Symfony\\Polyfill\\Intl\\Grapheme\\' => | ||
| 62 | array ( | ||
| 63 | 0 => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme', | ||
| 64 | ), | ||
| 65 | 'Symfony\\Polyfill\\Ctype\\' => | ||
| 66 | array ( | ||
| 67 | 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', | ||
| 68 | ), | ||
| 69 | 'Symfony\\Contracts\\Service\\' => | ||
| 70 | array ( | ||
| 71 | 0 => __DIR__ . '/..' . '/symfony/service-contracts', | ||
| 72 | ), | ||
| 73 | 'Symfony\\Contracts\\Cache\\' => | ||
| 74 | array ( | ||
| 75 | 0 => __DIR__ . '/..' . '/symfony/cache-contracts', | ||
| 76 | ), | ||
| 77 | 'Symfony\\Component\\VarExporter\\' => | ||
| 78 | array ( | ||
| 79 | 0 => __DIR__ . '/..' . '/symfony/var-exporter', | ||
| 80 | ), | ||
| 81 | 'Symfony\\Component\\String\\' => | ||
| 82 | array ( | ||
| 83 | 0 => __DIR__ . '/..' . '/symfony/string', | ||
| 84 | ), | ||
| 85 | 'Symfony\\Component\\Console\\' => | ||
| 86 | array ( | ||
| 87 | 0 => __DIR__ . '/..' . '/symfony/console', | ||
| 88 | ), | ||
| 89 | 'Symfony\\Component\\Cache\\' => | ||
| 90 | array ( | ||
| 91 | 0 => __DIR__ . '/..' . '/symfony/cache', | ||
| 92 | ), | ||
| 93 | 'Psr\\Log\\' => | ||
| 94 | array ( | ||
| 95 | 0 => __DIR__ . '/..' . '/psr/log/src', | ||
| 96 | ), | ||
| 97 | 'Psr\\Container\\' => | ||
| 98 | array ( | ||
| 99 | 0 => __DIR__ . '/..' . '/psr/container/src', | ||
| 100 | ), | ||
| 101 | 'Psr\\Cache\\' => | ||
| 102 | array ( | ||
| 103 | 0 => __DIR__ . '/..' . '/psr/cache/src', | ||
| 104 | ), | ||
| 105 | 'Doctrine\\Persistence\\' => | ||
| 106 | array ( | ||
| 107 | 0 => __DIR__ . '/..' . '/doctrine/persistence/src/Persistence', | ||
| 108 | ), | ||
| 109 | 'Doctrine\\ORM\\' => | ||
| 110 | array ( | ||
| 111 | 0 => __DIR__ . '/..' . '/doctrine/orm/src', | ||
| 112 | ), | ||
| 113 | 'Doctrine\\Instantiator\\' => | ||
| 114 | array ( | ||
| 115 | 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', | ||
| 116 | ), | ||
| 117 | 'Doctrine\\Inflector\\' => | ||
| 118 | array ( | ||
| 119 | 0 => __DIR__ . '/..' . '/doctrine/inflector/lib/Doctrine/Inflector', | ||
| 120 | ), | ||
| 121 | 'Doctrine\\Deprecations\\' => | ||
| 122 | array ( | ||
| 123 | 0 => __DIR__ . '/..' . '/doctrine/deprecations/lib/Doctrine/Deprecations', | ||
| 124 | ), | ||
| 125 | 'Doctrine\\DBAL\\' => | ||
| 126 | array ( | ||
| 127 | 0 => __DIR__ . '/..' . '/doctrine/dbal/src', | ||
| 128 | ), | ||
| 129 | 'Doctrine\\Common\\Lexer\\' => | ||
| 130 | array ( | ||
| 131 | 0 => __DIR__ . '/..' . '/doctrine/lexer/src', | ||
| 132 | ), | ||
| 133 | 'Doctrine\\Common\\Collections\\' => | ||
| 134 | array ( | ||
| 135 | 0 => __DIR__ . '/..' . '/doctrine/collections/src', | ||
| 136 | ), | ||
| 137 | 'Doctrine\\Common\\' => | ||
| 138 | array ( | ||
| 139 | 0 => __DIR__ . '/..' . '/doctrine/event-manager/src', | ||
| 140 | ), | ||
| 141 | ); | ||
| 142 | |||
| 143 | public static $fallbackDirsPsr0 = array ( | ||
| 144 | 0 => __DIR__ . '/../..' . '/src', | ||
| 145 | ); | ||
| 146 | |||
| 147 | public static $classMap = array ( | ||
| 148 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', | ||
| 149 | 'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', | ||
| 150 | '©' => __DIR__ . '/..' . '/symfony/cache/Traits/ValueWrapper.php', | ||
| 151 | ); | ||
| 152 | |||
| 153 | public static function getInitializer(ClassLoader $loader) | ||
| 154 | { | ||
| 155 | return \Closure::bind(function () use ($loader) { | ||
| 156 | $loader->prefixLengthsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixLengthsPsr4; | ||
| 157 | $loader->prefixDirsPsr4 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$prefixDirsPsr4; | ||
| 158 | $loader->fallbackDirsPsr0 = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$fallbackDirsPsr0; | ||
| 159 | $loader->classMap = ComposerStaticInit06b3b9cb1cc1409798fdff35c860a254::$classMap; | ||
| 160 | |||
| 161 | }, null, ClassLoader::class); | ||
| 162 | } | ||
| 163 | } | ||
