39 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // autoload_namespaces.php @generated by Composer
 | |
| 
 | |
| $vendorDir = dirname(dirname(__FILE__));
 | |
| $baseDir = dirname($vendorDir);
 | |
| 
 | |
| return array(
 | |
|     'thomaswelton\\GravatarLib\\' => array($vendorDir . '/thomaswelton/gravatarlib'),
 | |
|     'phpDocumentor' => array($vendorDir . '/phpdocumentor/reflection-docblock/src'),
 | |
|     'libphonenumber' => array($vendorDir . '/giggsey/libphonenumber-for-php/src'),
 | |
|     'Whoops' => array($vendorDir . '/filp/whoops/src'),
 | |
|     'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'),
 | |
|     'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
 | |
|     'Symfony\\Component\\Security\\Core\\' => array($vendorDir . '/symfony/security-core'),
 | |
|     'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
 | |
|     'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
 | |
|     'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
 | |
|     'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
 | |
|     'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
 | |
|     'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
 | |
|     'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
 | |
|     'Psy\\' => array($vendorDir . '/psy/psysh/src'),
 | |
|     'Psr\\Log\\' => array($vendorDir . '/psr/log'),
 | |
|     'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
 | |
|     'PhpSpec' => array($vendorDir . '/phpspec/phpspec/src'),
 | |
|     'JakubOnderka\\PhpConsoleHighlighter' => array($vendorDir . '/jakub-onderka/php-console-highlighter/src'),
 | |
|     'JakubOnderka\\PhpConsoleColor' => array($vendorDir . '/jakub-onderka/php-console-color/src'),
 | |
|     'ForceUTF8\\' => array($vendorDir . '/neitanod/forceutf8/src'),
 | |
|     'Dotenv' => array($vendorDir . '/vlucas/phpdotenv/src'),
 | |
|     'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib'),
 | |
|     'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
 | |
|     'Cron' => array($vendorDir . '/mtdowling/cron-expression/src'),
 | |
|     'Chumper\\Zipper' => array($vendorDir . '/chumper/zipper/src'),
 | |
|     'Chumper\\Datatable' => array($vendorDir . '/chumper/datatable/src'),
 | |
|     'Bugsnag_' => array($vendorDir . '/bugsnag/bugsnag/src'),
 | |
|     'Bugsnag\\BugsnagLaravel\\' => array($vendorDir . '/bugsnag/bugsnag-laravel/src'),
 | |
| );
 | 
