21 lines
		
	
	
		
			875 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			875 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // autoload_namespaces.php @generated by Composer
 | |
| 
 | |
| $vendorDir = dirname(__DIR__);
 | |
| $baseDir = dirname($vendorDir);
 | |
| 
 | |
| return array(
 | |
|     'thomaswelton\\GravatarLib\\' => array($vendorDir . '/thomaswelton/gravatarlib'),
 | |
|     'PhpSpec' => array($vendorDir . '/phpspec/phpspec/src'),
 | |
|     'Mremi\\UrlShortener' => array($vendorDir . '/mremi/url-shortener/src'),
 | |
|     'Mockery' => array($vendorDir . '/mockery/mockery/library'),
 | |
|     'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
 | |
|     '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'),
 | |
|     'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
 | |
| );
 | 
