File: //proc/thread-self/cwd/wp-content/plugins/woocommerce-square/vendor/composer/autoload_static.php
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit4c70b80160c4b990b0d3bad8735c5662
{
public static $prefixLengthsPsr4 = array (
'a' =>
array (
'apimatic\\jsonmapper\\' => 20,
),
'U' =>
array (
'Unirest\\' => 8,
),
'S' =>
array (
'Square\\' => 7,
),
'P' =>
array (
'Psr\\Log\\' => 8,
),
'C' =>
array (
'Core\\' => 5,
'CoreInterfaces\\' => 15,
),
);
public static $prefixDirsPsr4 = array (
'apimatic\\jsonmapper\\' =>
array (
0 => __DIR__ . '/..' . '/apimatic/jsonmapper/src',
),
'Unirest\\' =>
array (
0 => __DIR__ . '/..' . '/apimatic/unirest-php/src',
),
'Square\\' =>
array (
0 => __DIR__ . '/..' . '/square/square/src',
),
'Psr\\Log\\' =>
array (
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
),
'Core\\' =>
array (
0 => __DIR__ . '/..' . '/apimatic/core/src',
),
'CoreInterfaces\\' =>
array (
0 => __DIR__ . '/..' . '/apimatic/core-interfaces/src',
),
);
public static $prefixesPsr0 = array (
'R' =>
array (
'Rs\\Json' =>
array (
0 => __DIR__ . '/..' . '/php-jsonpointer/php-jsonpointer/src',
),
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit4c70b80160c4b990b0d3bad8735c5662::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit4c70b80160c4b990b0d3bad8735c5662::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit4c70b80160c4b990b0d3bad8735c5662::$prefixesPsr0;
$loader->classMap = ComposerStaticInit4c70b80160c4b990b0d3bad8735c5662::$classMap;
}, null, ClassLoader::class);
}
}