43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| 
 | |
| // autoload_static.php @generated by Composer
 | |
| 
 | |
| namespace Composer\Autoload;
 | |
| 
 | |
| class ComposerStaticInit36088575ecf50ba483833f50fe25b743
 | |
| {
 | |
|     public static $prefixLengthsPsr4 = array (
 | |
|         'G' => 
 | |
|         array (
 | |
|             'Grav\\Plugin\\Console\\' => 20,
 | |
|             'Grav\\Plugin\\' => 12,
 | |
|         ),
 | |
|     );
 | |
| 
 | |
|     public static $prefixDirsPsr4 = array (
 | |
|         'Grav\\Plugin\\Console\\' => 
 | |
|         array (
 | |
|             0 => __DIR__ . '/../..' . '/cli',
 | |
|         ),
 | |
|         'Grav\\Plugin\\' => 
 | |
|         array (
 | |
|             0 => __DIR__ . '/../..' . '/classes',
 | |
|         ),
 | |
|     );
 | |
| 
 | |
|     public static $classMap = array (
 | |
|         'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
 | |
|         'Grav\\Plugin\\ProblemsPlugin' => __DIR__ . '/../..' . '/problems.php',
 | |
|     );
 | |
| 
 | |
|     public static function getInitializer(ClassLoader $loader)
 | |
|     {
 | |
|         return \Closure::bind(function () use ($loader) {
 | |
|             $loader->prefixLengthsPsr4 = ComposerStaticInit36088575ecf50ba483833f50fe25b743::$prefixLengthsPsr4;
 | |
|             $loader->prefixDirsPsr4 = ComposerStaticInit36088575ecf50ba483833f50fe25b743::$prefixDirsPsr4;
 | |
|             $loader->classMap = ComposerStaticInit36088575ecf50ba483833f50fe25b743::$classMap;
 | |
| 
 | |
|         }, null, ClassLoader::class);
 | |
|     }
 | |
| }
 |