autoload_psr4.php 1.6 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'WebSocket\\' => array($vendorDir . '/textalk/websocket/lib'),
  7. 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
  8. 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
  9. 'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
  10. 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
  11. 'React\\Stream\\' => array($vendorDir . '/react/stream/src'),
  12. 'React\\Socket\\' => array($vendorDir . '/react/socket/src'),
  13. 'React\\Promise\\' => array($vendorDir . '/react/promise/src'),
  14. 'React\\EventLoop\\' => array($vendorDir . '/react/event-loop/src'),
  15. 'React\\Dns\\' => array($vendorDir . '/react/dns/src'),
  16. 'React\\Cache\\' => array($vendorDir . '/react/cache/src'),
  17. 'Ratchet\\RFC6455\\' => array($vendorDir . '/ratchet/rfc6455/src'),
  18. 'Ratchet\\' => array($vendorDir . '/cboden/ratchet/src/Ratchet'),
  19. 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
  20. 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
  21. 'Phrity\\Util\\' => array($vendorDir . '/phrity/util-errorhandler/src'),
  22. 'Phrity\\Net\\' => array($vendorDir . '/phrity/net-uri/src'),
  23. 'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'),
  24. 'Evit\\PhpGmCrypto\\' => array($vendorDir . '/evit/php-gm-crypto/src'),
  25. 'Evenement\\' => array($vendorDir . '/evenement/evenement/src'),
  26. );