48 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
// autoload_psr4.php @generated by Composer
 | 
						|
 | 
						|
$vendorDir = dirname(__DIR__);
 | 
						|
$baseDir = dirname($vendorDir);
 | 
						|
 | 
						|
return array(
 | 
						|
    'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'),
 | 
						|
    'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
 | 
						|
    'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
 | 
						|
    'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
 | 
						|
    'TijsVerkoyen\\CssToInlineStyles\\' => array($vendorDir . '/tijsverkoyen/css-to-inline-styles/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\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'),
 | 
						|
    'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'),
 | 
						|
    'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
 | 
						|
    'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
 | 
						|
    'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'),
 | 
						|
    'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
 | 
						|
    'Symfony\\Component\\Mime\\' => array($vendorDir . '/symfony/mime'),
 | 
						|
    'Symfony\\Component\\Mailer\\' => array($vendorDir . '/symfony/mailer'),
 | 
						|
    'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
 | 
						|
    'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
 | 
						|
    'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
 | 
						|
    'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
 | 
						|
    'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
 | 
						|
    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
 | 
						|
    'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
 | 
						|
    'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
 | 
						|
    'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
 | 
						|
    'League\\Config\\' => array($vendorDir . '/league/config/src'),
 | 
						|
    'League\\CommonMark\\' => array($vendorDir . '/league/commonmark/src'),
 | 
						|
    'Illuminate\\Support\\' => array($vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/conditionable', $vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/support'),
 | 
						|
    'Illuminate\\Mail\\' => array($vendorDir . '/illuminate/mail'),
 | 
						|
    'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
 | 
						|
    'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
 | 
						|
    'Egulias\\EmailValidator\\' => array($vendorDir . '/egulias/email-validator/src'),
 | 
						|
    'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
 | 
						|
    'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'),
 | 
						|
    'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib/Doctrine/Common/Lexer'),
 | 
						|
    'Dflydev\\DotAccessData\\' => array($vendorDir . '/dflydev/dot-access-data/src'),
 | 
						|
    'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
 | 
						|
    'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
 | 
						|
);
 |