| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_static.php @generated by Composer |
| 4 |
|
| 5 |
namespace Composer\Autoload; |
| 6 |
|
| 7 |
class ComposerStaticInit661e770417c900174bc2708c11d0e415 |
| 8 |
{ |
| 9 |
public static $prefixLengthsPsr4 = array ( |
| 10 |
'U' => |
| 11 |
array ( |
| 12 |
'Upress\\EzCache\\' => 15, |
| 13 |
), |
| 14 |
'M' => |
| 15 |
array ( |
| 16 |
'MatthiasMullie\\PathConverter\\' => 29, |
| 17 |
'MatthiasMullie\\Minify\\' => 22, |
| 18 |
), |
| 19 |
); |
| 20 |
|
| 21 |
public static $prefixDirsPsr4 = array ( |
| 22 |
'Upress\\EzCache\\' => |
| 23 |
array ( |
| 24 |
0 => __DIR__ . '/../..' . '/includes', |
| 25 |
), |
| 26 |
'MatthiasMullie\\PathConverter\\' => |
| 27 |
array ( |
| 28 |
0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src', |
| 29 |
), |
| 30 |
'MatthiasMullie\\Minify\\' => |
| 31 |
array ( |
| 32 |
0 => __DIR__ . '/..' . '/matthiasmullie/minify/src', |
| 33 |
), |
| 34 |
); |
| 35 |
|
| 36 |
public static $classMap = array ( |
| 37 |
'WP_Async_Request' => __DIR__ . '/..' . '/a5hleyrich/wp-background-processing/classes/wp-async-request.php', |
| 38 |
'WP_Background_Process' => __DIR__ . '/..' . '/a5hleyrich/wp-background-processing/classes/wp-background-process.php', |
| 39 |
); |
| 40 |
|
| 41 |
public static function getInitializer(ClassLoader $loader) |
| 42 |
{ |
| 43 |
return \Closure::bind(function () use ($loader) { |
| 44 |
$loader->prefixLengthsPsr4 = ComposerStaticInit661e770417c900174bc2708c11d0e415::$prefixLengthsPsr4; |
| 45 |
$loader->prefixDirsPsr4 = ComposerStaticInit661e770417c900174bc2708c11d0e415::$prefixDirsPsr4; |
| 46 |
$loader->classMap = ComposerStaticInit661e770417c900174bc2708c11d0e415::$classMap; |
| 47 |
|
| 48 |
}, null, ClassLoader::class); |
| 49 |
} |
| 50 |
} |
| 51 |
|