2016-08-11 19:17:02 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
|
|
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
|
|
2018-04-17 17:49:31 -06:00
|
|
|
class ComposerStaticInitda370287ab6d5b8a28188afe08f659c5
|
2016-08-11 19:17:02 +02:00
|
|
|
{
|
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
2017-08-25 16:20:57 -06:00
|
|
|
'R' =>
|
|
|
|
|
array (
|
|
|
|
|
'RobThree\\Auth\\' => 14,
|
|
|
|
|
),
|
2016-08-11 19:17:02 +02:00
|
|
|
'C' =>
|
|
|
|
|
array (
|
|
|
|
|
'Composer\\Semver\\' => 16,
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
public static $prefixDirsPsr4 = array (
|
2017-08-25 16:20:57 -06:00
|
|
|
'RobThree\\Auth\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/robthree/twofactorauth/lib',
|
|
|
|
|
),
|
2016-08-11 19:17:02 +02:00
|
|
|
'Composer\\Semver\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/composer/semver/src',
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
public static $prefixesPsr0 = array (
|
|
|
|
|
'Z' =>
|
|
|
|
|
array (
|
|
|
|
|
'ZendXml\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/zendframework/zendxml/library',
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
'P' =>
|
|
|
|
|
array (
|
|
|
|
|
'PicoFeed' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/fguillot/picofeed/lib',
|
|
|
|
|
),
|
|
|
|
|
),
|
2017-08-25 17:58:29 -06:00
|
|
|
'B' =>
|
|
|
|
|
array (
|
|
|
|
|
'BaconQrCode' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/bacon/bacon-qr-code/src',
|
|
|
|
|
),
|
|
|
|
|
),
|
2016-08-11 19:17:02 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
|
|
|
{
|
|
|
|
|
return \Closure::bind(function () use ($loader) {
|
2018-04-17 17:49:31 -06:00
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInitda370287ab6d5b8a28188afe08f659c5::$prefixLengthsPsr4;
|
|
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInitda370287ab6d5b8a28188afe08f659c5::$prefixDirsPsr4;
|
|
|
|
|
$loader->prefixesPsr0 = ComposerStaticInitda370287ab6d5b8a28188afe08f659c5::$prefixesPsr0;
|
2016-08-11 19:17:02 +02:00
|
|
|
|
|
|
|
|
}, null, ClassLoader::class);
|
|
|
|
|
}
|
|
|
|
|
}
|