PluginProbe
seQura / 2.0.5
seQura v2.0.5
4.3.4 4.3.3 4.3.2 4.3.1 trunk 2.0.0 2.0.10 2.0.11 2.0.12 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.2 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 4.0.0 All 30 releases
sequra / vendor / composer / autoload_static.php

autoload_static.php in seQura 2.0.5, at vendor/composer/autoload_static.php

53 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInit4cc229ee47758a33cea2439e373e5254
8 {
9 public static $prefixLengthsPsr4 = array (
10 'S' =>
11 array (
12 'Sequra\\PhpClient\\' => 17,
13 ),
14 'P' =>
15 array (
16 'Psr\\Log\\' => 8,
17 ),
18 'M' =>
19 array (
20 'Monolog\\' => 8,
21 ),
22 );
23
24 public static $prefixDirsPsr4 = array (
25 'Sequra\\PhpClient\\' =>
26 array (
27 0 => __DIR__ . '/..' . '/sequra/php-client/src',
28 ),
29 'Psr\\Log\\' =>
30 array (
31 0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
32 ),
33 'Monolog\\' =>
34 array (
35 0 => __DIR__ . '/..' . '/monolog/monolog/src/Monolog',
36 ),
37 );
38
39 public static $classMap = array (
40 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
41 );
42
43 public static function getInitializer(ClassLoader $loader)
44 {
45 return \Closure::bind(function () use ($loader) {
46 $loader->prefixLengthsPsr4 = ComposerStaticInit4cc229ee47758a33cea2439e373e5254::$prefixLengthsPsr4;
47 $loader->prefixDirsPsr4 = ComposerStaticInit4cc229ee47758a33cea2439e373e5254::$prefixDirsPsr4;
48 $loader->classMap = ComposerStaticInit4cc229ee47758a33cea2439e373e5254::$classMap;
49
50 }, null, ClassLoader::class);
51 }
52 }
53