autoload_static.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInitd6a520eb662703b9aa0b94d2e30cc77f
  5. {
  6. public static $files = array (
  7. '7e9bd612cc444b3eed788ebbe46263a0' => __DIR__ . '/..' . '/laminas/laminas-zendframework-bridge/src/autoload.php',
  8. );
  9. public static $prefixLengthsPsr4 = array (
  10. 'S' =>
  11. array (
  12. 'ScssPhp\\ScssPhp\\' => 16,
  13. ),
  14. 'L' =>
  15. array (
  16. 'Laminas\\ZendFrameworkBridge\\' => 28,
  17. 'Laminas\\Xml\\' => 12,
  18. ),
  19. 'G' =>
  20. array (
  21. 'Grav\\Plugin\\Admin\\' => 18,
  22. ),
  23. );
  24. public static $prefixDirsPsr4 = array (
  25. 'ScssPhp\\ScssPhp\\' =>
  26. array (
  27. 0 => __DIR__ . '/..' . '/scssphp/scssphp/src',
  28. ),
  29. 'Laminas\\ZendFrameworkBridge\\' =>
  30. array (
  31. 0 => __DIR__ . '/..' . '/laminas/laminas-zendframework-bridge/src',
  32. ),
  33. 'Laminas\\Xml\\' =>
  34. array (
  35. 0 => __DIR__ . '/..' . '/laminas/laminas-xml/src',
  36. ),
  37. 'Grav\\Plugin\\Admin\\' =>
  38. array (
  39. 0 => __DIR__ . '/../..' . '/classes/plugin',
  40. ),
  41. );
  42. public static $prefixesPsr0 = array (
  43. 'P' =>
  44. array (
  45. 'PicoFeed' =>
  46. array (
  47. 0 => __DIR__ . '/..' . '/p3k/picofeed/lib',
  48. ),
  49. ),
  50. );
  51. public static $classMap = array (
  52. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  53. 'Grav\\Plugin\\AdminPlugin' => __DIR__ . '/../..' . '/admin.php',
  54. );
  55. public static function getInitializer(ClassLoader $loader)
  56. {
  57. return \Closure::bind(function () use ($loader) {
  58. $loader->prefixLengthsPsr4 = ComposerStaticInitd6a520eb662703b9aa0b94d2e30cc77f::$prefixLengthsPsr4;
  59. $loader->prefixDirsPsr4 = ComposerStaticInitd6a520eb662703b9aa0b94d2e30cc77f::$prefixDirsPsr4;
  60. $loader->prefixesPsr0 = ComposerStaticInitd6a520eb662703b9aa0b94d2e30cc77f::$prefixesPsr0;
  61. $loader->classMap = ComposerStaticInitd6a520eb662703b9aa0b94d2e30cc77f::$classMap;
  62. }, null, ClassLoader::class);
  63. }
  64. }