Move into wp-content path
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
49
wp-content/plugins/github-updater/vendor/composer/autoload_static.php
vendored
Normal file
49
wp-content/plugins/github-updater/vendor/composer/autoload_static.php
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
<?php
|
||||
|
||||
// autoload_static.php @generated by Composer
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInit2bcf1c834b610b416c039f4ec3ba2af4
|
||||
{
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
'F' =>
|
||||
array (
|
||||
'Fragen\\GitHub_Updater\\' => 22,
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixDirsPsr4 = array (
|
||||
'Fragen\\GitHub_Updater\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/src/GitHub_Updater',
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixesPsr0 = array (
|
||||
'P' =>
|
||||
array (
|
||||
'Parsedown' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/erusev/parsedown',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
'Fragen\\Singleton' => __DIR__ . '/..' . '/afragen/singleton/Singleton.php',
|
||||
'PAnD' => __DIR__ . '/..' . '/collizo4sky/persist-admin-notices-dismissal/persist-admin-notices-dismissal.php',
|
||||
'WordPressdotorg\\Plugin_Directory\\Readme\\Parser' => __DIR__ . '/..' . '/afragen/wordpress-plugin-readme-parser/class-parser.php',
|
||||
);
|
||||
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInit2bcf1c834b610b416c039f4ec3ba2af4::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInit2bcf1c834b610b416c039f4ec3ba2af4::$prefixDirsPsr4;
|
||||
$loader->prefixesPsr0 = ComposerStaticInit2bcf1c834b610b416c039f4ec3ba2af4::$prefixesPsr0;
|
||||
$loader->classMap = ComposerStaticInit2bcf1c834b610b416c039f4ec3ba2af4::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user