52 lines
1.6 KiB
PHP
52 lines
1.6 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit28a0833b49959d9021dc40cd45dfc52b
|
|
{
|
|
public static $files = array (
|
|
'f15d016d70663d5e96ccd2b863511eb8' => __DIR__ . '/..' . '/cbschuld/browser.php/lib/Browser.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'J' =>
|
|
array (
|
|
'Jaybizzle\\CrawlerDetect\\' => 24,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Jaybizzle\\CrawlerDetect\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/jaybizzle/crawler-detect/src',
|
|
),
|
|
);
|
|
|
|
public static $prefixesPsr0 = array (
|
|
'D' =>
|
|
array (
|
|
'Detection' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/mobiledetect/mobiledetectlib/namespaced',
|
|
),
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Mobile_Detect' => __DIR__ . '/..' . '/mobiledetect/mobiledetectlib/Mobile_Detect.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit28a0833b49959d9021dc40cd45dfc52b::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit28a0833b49959d9021dc40cd45dfc52b::$prefixDirsPsr4;
|
|
$loader->prefixesPsr0 = ComposerStaticInit28a0833b49959d9021dc40cd45dfc52b::$prefixesPsr0;
|
|
$loader->classMap = ComposerStaticInit28a0833b49959d9021dc40cd45dfc52b::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|