28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // autoload_namespaces.php @generated by Composer
 | |
| 
 | |
| $vendorDir = dirname(dirname(__FILE__));
 | |
| $baseDir = dirname($vendorDir);
 | |
| 
 | |
| return array(
 | |
|     'thomaswelton\\GravatarLib\\' => array($vendorDir . '/thomaswelton/gravatarlib'),
 | |
|     'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
 | |
|     'PhpSpec' => array($vendorDir . '/phpspec/phpspec/src'),
 | |
|     'Parsedown' => array($vendorDir . '/erusev/parsedown'),
 | |
|     'PHPExcel' => array($vendorDir . '/phpoffice/phpexcel/Classes'),
 | |
|     'Mremi\\UrlShortener' => array($vendorDir . '/mremi/url-shortener/src'),
 | |
|     'Maatwebsite\\Excel\\' => array($vendorDir . '/maatwebsite/excel/src'),
 | |
|     'Guzzle\\Tests' => array($vendorDir . '/guzzle/guzzle/tests'),
 | |
|     'Guzzle' => array($vendorDir . '/guzzle/guzzle/src'),
 | |
|     'ForceUTF8\\' => array($vendorDir . '/neitanod/forceutf8/src'),
 | |
|     'Flow' => array($vendorDir . '/flowjs/flow-php-server/src'),
 | |
|     'Fetch' => array($vendorDir . '/tedivm/fetch/src'),
 | |
|     'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib'),
 | |
|     'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
 | |
|     'Davibennun\\LaravelPushNotification' => array($vendorDir . '/davibennun/laravel-push-notification/src'),
 | |
|     'Chumper\\Datatable' => array($vendorDir . '/chumper/datatable/src'),
 | |
|     'Bugsnag_' => array($vendorDir . '/bugsnag/bugsnag/src'),
 | |
|     'Bugsnag\\BugsnagLaravel\\' => array($vendorDir . '/bugsnag/bugsnag-laravel/src'),
 | |
| );
 | 
