35 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			35 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
| <?php
 | |
| 
 | |
| // autoload_psr4.php @generated by Composer
 | |
| 
 | |
| $vendorDir = dirname(dirname(__FILE__));
 | |
| $baseDir = dirname($vendorDir);
 | |
| 
 | |
| return array(
 | |
|     'think\\view\\driver\\' => array($vendorDir . '/topthink/think-view/src'),
 | |
|     'think\\trace\\' => array($vendorDir . '/topthink/think-trace/src'),
 | |
|     'think\\captcha\\' => array($vendorDir . '/topthink/think-captcha/src'),
 | |
|     'think\\' => array($vendorDir . '/topthink/framework/src/think', $vendorDir . '/topthink/think-helper/src', $vendorDir . '/topthink/think-image/src', $vendorDir . '/topthink/think-orm/src', $vendorDir . '/topthink/think-template/src'),
 | |
|     'app\\' => array($baseDir . '/app'),
 | |
|     'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
 | |
|     'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
 | |
|     'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
 | |
|     'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
 | |
|     'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
 | |
|     'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
 | |
|     'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
 | |
|     'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
 | |
|     'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
 | |
|     'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
 | |
|     'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
 | |
|     'PhpOffice\\PhpSpreadsheet\\' => array($vendorDir . '/phpoffice/phpspreadsheet/src/PhpSpreadsheet'),
 | |
|     'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
 | |
|     'Matrix\\' => array($vendorDir . '/markbaker/matrix/classes/src'),
 | |
|     'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'),
 | |
|     'League\\Flysystem\\Cached\\' => array($vendorDir . '/league/flysystem-cached-adapter/src'),
 | |
|     'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'),
 | |
|     'Lcobucci\\JWT\\' => array($vendorDir . '/lcobucci/jwt/src'),
 | |
|     'Lcobucci\\Clock\\' => array($vendorDir . '/lcobucci/clock/src'),
 | |
|     'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
 | |
| );
 |