| 
<?php
 // autoload_psr4.php @generated by Composer
 
 $vendorDir = dirname(dirname(__FILE__));
 $baseDir = dirname($vendorDir);
 
 return array(
 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'),
 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
 'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'),
 'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'),
 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
 'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
 'Symfony\\Component\\Mime\\' => array($vendorDir . '/symfony/mime'),
 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
 'React\\Stream\\' => array($vendorDir . '/react/stream/src'),
 'React\\Socket\\' => array($vendorDir . '/react/socket/src'),
 'React\\Promise\\Timer\\' => array($vendorDir . '/react/promise-timer/src'),
 'React\\Promise\\' => array($vendorDir . '/react/promise/src'),
 'React\\EventLoop\\' => array($vendorDir . '/react/event-loop/src'),
 'React\\Dns\\' => array($vendorDir . '/react/dns/src'),
 'React\\Cache\\' => array($vendorDir . '/react/cache/src'),
 'Ratchet\\RFC6455\\' => array($vendorDir . '/ratchet/rfc6455/src'),
 'Ratchet\\' => array($vendorDir . '/cboden/ratchet/src/Ratchet'),
 'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
 'PhpAmqpLib\\' => array($vendorDir . '/php-amqplib/php-amqplib/PhpAmqpLib'),
 'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
 'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'),
 'Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'),
 'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
 'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
 'Doctrine\\Common\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Common/Inflector'),
 'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
 'App\\' => array($baseDir . '/src'),
 );
 
 |