26 lines
1.3 KiB
PHP
26 lines
1.3 KiB
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Symfony\\Polyfill\\Php83\\' => array($vendorDir . '/symfony/polyfill-php83'),
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
|
|
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
|
|
'React\\Stream\\' => array($vendorDir . '/react/stream/src'),
|
|
'React\\Socket\\' => array($vendorDir . '/react/socket/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\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
|
|
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
|
|
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
|
'Evenement\\' => array($vendorDir . '/evenement/evenement/src'),
|
|
);
|