ClassLoader.php
2 years ago
InstalledVersions.php
1 year ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_files.php
10 months ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
10 months ago
autoload_real.php
10 months ago
autoload_static.php
10 months ago
installed.json
10 months ago
installed.php
10 months ago
autoload_psr4.php
13 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_psr4.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Yethee\\Tiktoken\\' => array($vendorDir . '/yethee/tiktoken/src'), |
| 10 | 'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), |
| 11 | 'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), |
| 12 | ); |
| 13 |