installers
11 months ago
ClassLoader.php
3 years ago
InstalledVersions.php
1 year ago
LICENSE
5 years ago
autoload_classmap.php
1 month ago
autoload_files.php
3 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
3 years ago
autoload_real.php
3 months ago
autoload_static.php
1 month ago
installed.json
3 months ago
installed.php
2 weeks ago
platform_check.php
11 months ago
autoload_psr4.php
15 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 | 'TypistTech\\Imposter\\Plugin\\' => array($vendorDir . '/typisttech/imposter-plugin/src'), |
| 10 | 'TypistTech\\Imposter\\' => array($vendorDir . '/typisttech/imposter/src'), |
| 11 | 'PrestoPlayer\\' => array($baseDir . '/inc'), |
| 12 | 'Dice\\' => array($vendorDir . '/level-2/dice'), |
| 13 | 'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'), |
| 14 | ); |
| 15 |