1<?php 2 3// autoload_static.php @generated by Composer 4 5namespace Composer\Autoload; 6 7class ComposerStaticInitbf9d17ae7594f4d8d4505e1a2286056d 8{ 9 public static $prefixesPsr0 = array ( 10 'O' => 11 array ( 12 'OAuth\\Unit' => 13 array ( 14 0 => __DIR__ . '/..' . '/lusitanian/oauth/tests', 15 ), 16 'OAuth' => 17 array ( 18 0 => __DIR__ . '/..' . '/lusitanian/oauth/src', 19 ), 20 ), 21 ); 22 23 public static $classMap = array ( 24 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 25 ); 26 27 public static function getInitializer(ClassLoader $loader) 28 { 29 return \Closure::bind(function () use ($loader) { 30 $loader->prefixesPsr0 = ComposerStaticInitbf9d17ae7594f4d8d4505e1a2286056d::$prefixesPsr0; 31 $loader->classMap = ComposerStaticInitbf9d17ae7594f4d8d4505e1a2286056d::$classMap; 32 33 }, null, ClassLoader::class); 34 } 35} 36