| @@ -1,10 +1,13 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | // autoload_psr4.php @generated by Composer |
| 4 | 4 | |
| 5 | -$vendorDir = dirname(dirname(__FILE__)); | |
| 5 | +$vendorDir = dirname(__DIR__); | |
| 6 | 6 | $baseDir = dirname($vendorDir); |
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | + 'TypistTech\\Imposter\\Plugin\\' => array($vendorDir . '/typisttech/imposter-plugin/src'), | |
| 10 | + 'TypistTech\\Imposter\\' => array($vendorDir . '/typisttech/imposter/src'), | |
| 9 | 11 | 'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'), |
| 12 | + 'Code_Snippets\\' => array($baseDir . '/php'), | |
| 10 | 13 | ); |