14 lines
		
	
	
		
			523 B
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			523 B
		
	
	
	
		
			PHP
		
	
	
|  | <?php | ||
|  | 
 | ||
|  | // autoload_classmap.php @generated by Composer
 | ||
|  | 
 | ||
|  | $vendorDir = dirname(dirname(__FILE__)); | ||
|  | $baseDir = dirname($vendorDir); | ||
|  | 
 | ||
|  | return array( | ||
|  |     'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', | ||
|  |     'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', | ||
|  |     'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', | ||
|  |     'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', | ||
|  | ); |