mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
123 lines
3.8 KiB
PHP
123 lines
3.8 KiB
PHP
<?php
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
class ComposerStaticInit3cbd5619e668f1539c401c740818a22e
|
|
{
|
|
public static $files = array (
|
|
'2df68f9e79c919e2d88506611769ed2e' => __DIR__ . '/..' . '/respect/stringifier/src/stringify.php',
|
|
'0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
|
|
'253c157292f75eb38082b5acb06f3f01' => __DIR__ . '/..' . '/nikic/fast-route/src/functions.php',
|
|
);
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
|
'S' =>
|
|
array (
|
|
'Symfony\\Polyfill\\Mbstring\\' => 26,
|
|
),
|
|
'R' =>
|
|
array (
|
|
'Respect\\Validation\\' => 19,
|
|
'Respect\\Stringifier\\Test\\Unit\\' => 30,
|
|
'Respect\\Stringifier\\Test\\' => 25,
|
|
'Respect\\Stringifier\\' => 20,
|
|
),
|
|
'P' =>
|
|
array (
|
|
'Psr\\SimpleCache\\' => 16,
|
|
'Psr\\Log\\' => 8,
|
|
'Psr\\Http\\Server\\' => 16,
|
|
'Psr\\Http\\Message\\' => 17,
|
|
'Psr\\Cache\\' => 10,
|
|
),
|
|
'F' =>
|
|
array (
|
|
'FastRoute\\' => 10,
|
|
),
|
|
'D' =>
|
|
array (
|
|
'Doctrine\\Deprecations\\' => 22,
|
|
'Doctrine\\DBAL\\' => 14,
|
|
),
|
|
'A' =>
|
|
array (
|
|
'App\\' => 4,
|
|
),
|
|
);
|
|
|
|
public static $prefixDirsPsr4 = array (
|
|
'Symfony\\Polyfill\\Mbstring\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
|
|
),
|
|
'Respect\\Validation\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/respect/validation/library',
|
|
),
|
|
'Respect\\Stringifier\\Test\\Unit\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/respect/stringifier/tests/unit',
|
|
),
|
|
'Respect\\Stringifier\\Test\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/respect/stringifier/tests/src',
|
|
),
|
|
'Respect\\Stringifier\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/respect/stringifier/src',
|
|
),
|
|
'Psr\\SimpleCache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/simple-cache/src',
|
|
),
|
|
'Psr\\Log\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/log/src',
|
|
),
|
|
'Psr\\Http\\Server\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-server-middleware/src',
|
|
1 => __DIR__ . '/..' . '/psr/http-server-handler/src',
|
|
),
|
|
'Psr\\Http\\Message\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
|
),
|
|
'Psr\\Cache\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/psr/cache/src',
|
|
),
|
|
'FastRoute\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/nikic/fast-route/src',
|
|
),
|
|
'Doctrine\\Deprecations\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/doctrine/deprecations/src',
|
|
),
|
|
'Doctrine\\DBAL\\' =>
|
|
array (
|
|
0 => __DIR__ . '/..' . '/doctrine/dbal/src',
|
|
),
|
|
'App\\' =>
|
|
array (
|
|
0 => __DIR__ . '/../..' . '/app',
|
|
),
|
|
);
|
|
|
|
public static $classMap = array (
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
|
);
|
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
{
|
|
return \Closure::bind(function () use ($loader) {
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit3cbd5619e668f1539c401c740818a22e::$prefixLengthsPsr4;
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit3cbd5619e668f1539c401c740818a22e::$prefixDirsPsr4;
|
|
$loader->classMap = ComposerStaticInit3cbd5619e668f1539c401c740818a22e::$classMap;
|
|
|
|
}, null, ClassLoader::class);
|
|
}
|
|
}
|