| 1234567891011121314151617181920212223242526272829 |
- <?php
- // autoload_psr4.php @generated by Composer
- $vendorDir = dirname(dirname(__FILE__));
- $baseDir = dirname($vendorDir);
- return array(
- 'WebSocket\\' => array($vendorDir . '/textalk/websocket/lib'),
- 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
- '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\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
- 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
- 'Phrity\\Util\\' => array($vendorDir . '/phrity/util-errorhandler/src'),
- 'Phrity\\Net\\' => array($vendorDir . '/phrity/net-uri/src'),
- 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
- 'Evit\\PhpGmCrypto\\' => array($vendorDir . '/evit/php-gm-crypto/src'),
- 'Evenement\\' => array($vendorDir . '/evenement/evenement/src'),
- );
|