v-wordpress-plugin-updater/v-update-api/vendor/composer/autoload_static.php
Nikolai X. Shadeauxs 8fc3bc20ad
Some checks failed
CI & Security / CI Scan (push) Failing after 9s
CI & Security / CodeQL (JavaScript) (push) Failing after 6s
CI & Security / Semgrep (PHP) (push) Failing after 8s
modified: .github/copilot-instructions.md
modified:   CHANGELOG.md
	modified:   README.md
2026-04-06 14:39:21 -04:00

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);
}
}