50 lines
1.4 KiB
PHP
50 lines
1.4 KiB
PHP
|
<?php
|
||
|
|
||
|
// autoload_static.php @generated by Composer
|
||
|
|
||
|
namespace Composer\Autoload;
|
||
|
|
||
|
class ComposerStaticInita9065e250610666778b972527ce3e2da
|
||
|
{
|
||
|
public static $prefixLengthsPsr4 = array (
|
||
|
'P' =>
|
||
|
array (
|
||
|
'PhantomInstaller\\Test\\' => 22,
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixDirsPsr4 = array (
|
||
|
'PhantomInstaller\\Test\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/jakoch/phantomjs-installer/tests',
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static $prefixesPsr0 = array (
|
||
|
'P' =>
|
||
|
array (
|
||
|
'PhantomInstaller\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/jakoch/phantomjs-installer/src',
|
||
|
),
|
||
|
),
|
||
|
'C' =>
|
||
|
array (
|
||
|
'CasperJsInstaller\\' =>
|
||
|
array (
|
||
|
0 => __DIR__ . '/..' . '/jerome-breton/casperjs-installer/src',
|
||
|
),
|
||
|
),
|
||
|
);
|
||
|
|
||
|
public static function getInitializer(ClassLoader $loader)
|
||
|
{
|
||
|
return \Closure::bind(function () use ($loader) {
|
||
|
$loader->prefixLengthsPsr4 = ComposerStaticInita9065e250610666778b972527ce3e2da::$prefixLengthsPsr4;
|
||
|
$loader->prefixDirsPsr4 = ComposerStaticInita9065e250610666778b972527ce3e2da::$prefixDirsPsr4;
|
||
|
$loader->prefixesPsr0 = ComposerStaticInita9065e250610666778b972527ce3e2da::$prefixesPsr0;
|
||
|
|
||
|
}, null, ClassLoader::class);
|
||
|
}
|
||
|
}
|