25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // autoload_namespaces.php @generated by Composer
 | |
| 
 | |
| $vendorDir = dirname(__DIR__);
 | |
| $baseDir = dirname($vendorDir);
 | |
| 
 | |
| return array(
 | |
|     'thomaswelton\\GravatarLib\\' => array($vendorDir . '/thomaswelton/gravatarlib'),
 | |
|     'ZendService\\Google\\Gcm\\' => array($vendorDir . '/zendframework/zendservice-google-gcm/library'),
 | |
|     'ZendService\\Google\\Exception\\' => array($vendorDir . '/zendframework/zendservice-google-gcm/library'),
 | |
|     'ZendService\\Apple\\Exception\\' => array($vendorDir . '/zendframework/zendservice-apple-apns/library'),
 | |
|     'ZendService\\Apple\\Apns\\' => array($vendorDir . '/zendframework/zendservice-apple-apns/library'),
 | |
|     'Sly' => array($vendorDir . '/sly/notification-pusher/src'),
 | |
|     'PhpSpec' => array($vendorDir . '/phpspec/phpspec/src'),
 | |
|     'Mockery' => array($vendorDir . '/mockery/mockery/library'),
 | |
|     'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
 | |
|     'ForceUTF8\\' => array($vendorDir . '/neitanod/forceutf8/src'),
 | |
|     'Flow' => array($vendorDir . '/flowjs/flow-php-server/src'),
 | |
|     'Fetch' => array($vendorDir . '/tedivm/fetch/src'),
 | |
|     'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
 | |
|     'Davibennun\\LaravelPushNotification' => array($vendorDir . '/davibennun/laravel-push-notification/src'),
 | |
|     'Chumper\\Datatable' => array($vendorDir . '/chumper/datatable/src'),
 | |
| );
 | 
