installers
6 months ago
ClassLoader.php
6 months ago
InstalledVersions.php
1 month ago
LICENSE
6 months ago
autoload_classmap.php
6 months ago
autoload_files.php
6 months ago
autoload_namespaces.php
6 months ago
autoload_psr4.php
6 months ago
autoload_real.php
1 month ago
autoload_static.php
1 month ago
installed.json
1 month ago
installed.php
1 month 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 | 'ScssPhp\\ScssPhp\\' => array($vendorDir . '/scssphp/scssphp/src'), |
| 10 | 'EverestForms\\Traits\\' => array($baseDir . '/traits'), |
| 11 | 'EverestForms\\Helpers\\' => array($baseDir . '/includes/Helpers'), |
| 12 | 'EverestForms\\Addons\\' => array($baseDir . '/addons'), |
| 13 | 'Composer\\Installers\\' => array($vendorDir . '/composer/installers/src/Composer/Installers'), |
| 14 | ); |
| 15 |