12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?php
- // autoload_static.php @generated by Composer
- namespace Composer\Autoload;
- class ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897
- {
- public static $files = array (
- '7e9bd612cc444b3eed788ebbe46263a0' => __DIR__ . '/..' . '/laminas/laminas-zendframework-bridge/src/autoload.php',
- );
- public static $prefixLengthsPsr4 = array (
- 'S' =>
- array (
- 'ScssPhp\\ScssPhp\\' => 16,
- ),
- 'L' =>
- array (
- 'Laminas\\ZendFrameworkBridge\\' => 28,
- 'Laminas\\Xml\\' => 12,
- ),
- 'G' =>
- array (
- 'Grav\\Plugin\\Admin\\' => 18,
- ),
- );
- public static $prefixDirsPsr4 = array (
- 'ScssPhp\\ScssPhp\\' =>
- array (
- 0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
- ),
- 'Laminas\\ZendFrameworkBridge\\' =>
- array (
- 0 => __DIR__ . '/..' . '/laminas/laminas-zendframework-bridge/src',
- ),
- 'Laminas\\Xml\\' =>
- array (
- 0 => __DIR__ . '/..' . '/laminas/laminas-xml/src',
- ),
- 'Grav\\Plugin\\Admin\\' =>
- array (
- 0 => __DIR__ . '/../..' . '/classes/plugin',
- ),
- );
- public static $prefixesPsr0 = array (
- 'P' =>
- array (
- 'PicoFeed' =>
- array (
- 0 => __DIR__ . '/..' . '/p3k/picofeed/lib',
- ),
- ),
- );
- public static $classMap = array (
- 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
- 'Grav\\Plugin\\AdminPlugin' => __DIR__ . '/../..' . '/admin.php',
- );
- public static function getInitializer(ClassLoader $loader)
- {
- return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$prefixesPsr0;
- $loader->classMap = ComposerStaticInit98c98c1c3d67f21a128f935fe4a74897::$classMap;
- }, null, ClassLoader::class);
- }
- }
|