| 1 |
liveuser |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// autoload_psr4.php @generated by Composer
|
|
|
4 |
|
|
|
5 |
$vendorDir = dirname(dirname(__FILE__));
|
|
|
6 |
$baseDir = dirname($vendorDir);
|
|
|
7 |
|
|
|
8 |
return array(
|
|
|
9 |
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
|
|
|
10 |
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
|
|
11 |
'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
|
|
|
12 |
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
|
|
|
13 |
'React\\Stream\\' => array($vendorDir . '/react/stream/src'),
|
|
|
14 |
'React\\Socket\\' => array($vendorDir . '/react/socket/src'),
|
|
|
15 |
'React\\Promise\\Timer\\' => array($vendorDir . '/react/promise-timer/src'),
|
|
|
16 |
'React\\Promise\\' => array($vendorDir . '/react/promise/src'),
|
|
|
17 |
'React\\EventLoop\\' => array($vendorDir . '/react/event-loop/src'),
|
|
|
18 |
'React\\Dns\\' => array($vendorDir . '/react/dns/src'),
|
|
|
19 |
'React\\Cache\\' => array($vendorDir . '/react/cache/src'),
|
|
|
20 |
'Ratchet\\RFC6455\\' => array($vendorDir . '/ratchet/rfc6455/src'),
|
|
|
21 |
'Ratchet\\' => array($vendorDir . '/cboden/ratchet/src/Ratchet'),
|
|
|
22 |
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
|
|
|
23 |
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
|
|
|
24 |
);
|