v-wordpress-plugin-updater/update-api/vendor/composer/autoload_static.php
nikolai@vontainment.com 646db0fb76 modified: update-api/app/Helpers/Validation.php
modified:   update-api/composer.json
	modified:   update-api/composer.lock
	modified:   update-api/vendor/composer/autoload_files.php
	modified:   update-api/vendor/composer/autoload_psr4.php
	modified:   update-api/vendor/composer/autoload_static.php
	modified:   update-api/vendor/composer/installed.json
	modified:   update-api/vendor/composer/installed.php
2025-10-20 07:06:25 -04:00

97 lines
2.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\\' => 20,
),
'P' =>
array (
'Psr\\Log\\' => 8,
'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\\' =>
array (
0 => __DIR__ . '/..' . '/respect/stringifier/src',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/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);
}
}