2016-08-11 19:17:02 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
// autoload_static.php @generated by Composer
|
|
|
|
|
|
|
|
|
|
namespace Composer\Autoload;
|
|
|
|
|
|
2022-09-23 12:50:00 -06:00
|
|
|
class ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897
|
2016-08-11 19:17:02 +02:00
|
|
|
{
|
|
|
|
|
public static $prefixLengthsPsr4 = array (
|
2020-04-18 17:45:11 -06:00
|
|
|
'S' =>
|
|
|
|
|
array (
|
|
|
|
|
'ScssPhp\\ScssPhp\\' => 16,
|
|
|
|
|
),
|
2020-07-01 21:51:08 +03:00
|
|
|
'L' =>
|
|
|
|
|
array (
|
|
|
|
|
'Laminas\\Xml\\' => 12,
|
|
|
|
|
),
|
2019-05-31 14:43:16 +03:00
|
|
|
'G' =>
|
|
|
|
|
array (
|
|
|
|
|
'Grav\\Plugin\\Admin\\' => 18,
|
|
|
|
|
),
|
2016-08-11 19:17:02 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
|
|
public static $prefixDirsPsr4 = array (
|
2020-04-18 17:45:11 -06:00
|
|
|
'ScssPhp\\ScssPhp\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
|
|
|
|
|
),
|
2020-07-01 21:51:08 +03:00
|
|
|
'Laminas\\Xml\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/..' . '/laminas/laminas-xml/src',
|
|
|
|
|
),
|
2019-05-31 14:43:16 +03:00
|
|
|
'Grav\\Plugin\\Admin\\' =>
|
|
|
|
|
array (
|
|
|
|
|
0 => __DIR__ . '/../..' . '/classes/plugin',
|
|
|
|
|
),
|
2016-08-11 19:17:02 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
|
|
public static $prefixesPsr0 = array (
|
|
|
|
|
'P' =>
|
|
|
|
|
array (
|
|
|
|
|
'PicoFeed' =>
|
|
|
|
|
array (
|
2019-02-08 14:01:00 -07:00
|
|
|
0 => __DIR__ . '/..' . '/p3k/picofeed/lib',
|
2016-08-11 19:17:02 +02:00
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
|
2019-03-20 12:52:16 +02:00
|
|
|
public static $classMap = array (
|
2021-01-29 10:11:20 +02:00
|
|
|
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
2019-03-20 12:52:16 +02:00
|
|
|
'Grav\\Plugin\\AdminPlugin' => __DIR__ . '/../..' . '/admin.php',
|
|
|
|
|
);
|
|
|
|
|
|
2016-08-11 19:17:02 +02:00
|
|
|
public static function getInitializer(ClassLoader $loader)
|
|
|
|
|
{
|
|
|
|
|
return \Closure::bind(function () use ($loader) {
|
2022-09-23 12:50:00 -06:00
|
|
|
$loader->prefixLengthsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixLengthsPsr4;
|
|
|
|
|
$loader->prefixDirsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixDirsPsr4;
|
|
|
|
|
$loader->prefixesPsr0 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixesPsr0;
|
|
|
|
|
$loader->classMap = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$classMap;
|
2016-08-11 19:17:02 +02:00
|
|
|
|
|
|
|
|
}, null, ClassLoader::class);
|
|
|
|
|
}
|
|
|
|
|
}
|