autoload_static.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?php
  2. // autoload_static.php @generated by Composer
  3. namespace Composer\Autoload;
  4. class ComposerStaticInit81f7247027640df9f1bc96b2dd23a25f
  5. {
  6. public static $prefixLengthsPsr4 = array (
  7. 'v' =>
  8. array (
  9. 'voku\\helper\\' => 12,
  10. 'voku\\' => 5,
  11. ),
  12. 'S' =>
  13. array (
  14. 'Symfony\\Component\\CssSelector\\' => 30,
  15. ),
  16. 'M' =>
  17. array (
  18. 'MatthiasMullie\\PathConverter\\' => 29,
  19. 'MatthiasMullie\\Minify\\' => 22,
  20. ),
  21. );
  22. public static $prefixDirsPsr4 = array (
  23. 'voku\\helper\\' =>
  24. array (
  25. 0 => __DIR__ . '/..' . '/voku/simple_html_dom/src/voku/helper',
  26. ),
  27. 'voku\\' =>
  28. array (
  29. 0 => __DIR__ . '/..' . '/voku/html-min/src/voku',
  30. ),
  31. 'Symfony\\Component\\CssSelector\\' =>
  32. array (
  33. 0 => __DIR__ . '/..' . '/symfony/css-selector',
  34. ),
  35. 'MatthiasMullie\\PathConverter\\' =>
  36. array (
  37. 0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
  38. ),
  39. 'MatthiasMullie\\Minify\\' =>
  40. array (
  41. 0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
  42. ),
  43. );
  44. public static $classMap = array (
  45. 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
  46. );
  47. public static function getInitializer(ClassLoader $loader)
  48. {
  49. return \Closure::bind(function () use ($loader) {
  50. $loader->prefixLengthsPsr4 = ComposerStaticInit81f7247027640df9f1bc96b2dd23a25f::$prefixLengthsPsr4;
  51. $loader->prefixDirsPsr4 = ComposerStaticInit81f7247027640df9f1bc96b2dd23a25f::$prefixDirsPsr4;
  52. $loader->classMap = ComposerStaticInit81f7247027640df9f1bc96b2dd23a25f::$classMap;
  53. }, null, ClassLoader::class);
  54. }
  55. }