2021-02-26 16:16:17 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
|
2023-04-09 17:50:33 +00:00
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
2021-02-26 16:16:17 +00:00
|
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
|
|
|
|
return array(
|
2022-07-03 06:47:43 +00:00
|
|
|
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
|
2021-02-26 16:16:17 +00:00
|
|
|
'chillerlan\\Settings\\' => array($vendorDir . '/chillerlan/php-settings-container/src'),
|
|
|
|
'chillerlan\\QRCode\\' => array($vendorDir . '/chillerlan/php-qrcode/src'),
|
2022-03-22 09:24:31 +00:00
|
|
|
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
2023-04-09 17:50:33 +00:00
|
|
|
'Thrift\\' => array($vendorDir . '/packaged/thrift/src'),
|
|
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
|
|
|
|
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
|
2022-03-22 09:24:31 +00:00
|
|
|
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'),
|
|
|
|
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
|
2021-02-26 16:16:17 +00:00
|
|
|
'ParagonIE\\ConstantTime\\' => array($vendorDir . '/paragonie/constant_time_encoding/src'),
|
2023-04-09 17:50:33 +00:00
|
|
|
'OpenTracing\\' => array($vendorDir . '/opentracing/opentracing/src/OpenTracing'),
|
2021-02-26 16:16:17 +00:00
|
|
|
'OTPHP\\' => array($vendorDir . '/spomky-labs/otphp/src'),
|
2023-04-09 17:50:33 +00:00
|
|
|
'Jaeger\\' => array($vendorDir . '/jonahgeorge/jaeger-client-php/src/Jaeger'),
|
2022-03-22 09:24:31 +00:00
|
|
|
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
|
|
|
|
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
|
2021-02-26 16:16:17 +00:00
|
|
|
'Assert\\' => array($vendorDir . '/beberlei/assert/lib/Assert'),
|
|
|
|
);
|