74 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
		
		
			
		
	
	
			74 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
|   | <?php | ||
|  | 
 | ||
|  | // autoload_static.php @generated by Composer
 | ||
|  | 
 | ||
|  | namespace Composer\Autoload; | ||
|  | 
 | ||
|  | class ComposerStaticInit14b786715d80b97050af9c30f5c07b7c | ||
|  | { | ||
|  |     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 = ComposerStaticInit14b786715d80b97050af9c30f5c07b7c::$prefixLengthsPsr4; | ||
|  |             $loader->prefixDirsPsr4 = ComposerStaticInit14b786715d80b97050af9c30f5c07b7c::$prefixDirsPsr4; | ||
|  |             $loader->prefixesPsr0 = ComposerStaticInit14b786715d80b97050af9c30f5c07b7c::$prefixesPsr0; | ||
|  |             $loader->classMap = ComposerStaticInit14b786715d80b97050af9c30f5c07b7c::$classMap; | ||
|  | 
 | ||
|  |         }, null, ClassLoader::class); | ||
|  |     } | ||
|  | } |