installers
5 months ago
ClassLoader.php
5 months ago
InstalledVersions.php
4 weeks ago
LICENSE
5 months ago
autoload_classmap.php
5 months ago
autoload_files.php
5 months ago
autoload_namespaces.php
5 months ago
autoload_psr4.php
5 months ago
autoload_real.php
2 weeks ago
autoload_static.php
2 weeks ago
installed.json
4 weeks ago
installed.php
2 weeks ago
autoload_static.php
67 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '7f7d6b9566ba49ef6196f84d55ab1c22' => __DIR__ . '/..' . '/themegrill/themegrill-sdk/load.php', |
| 11 | ); |
| 12 | |
| 13 | public static $prefixLengthsPsr4 = array ( |
| 14 | 'S' => |
| 15 | array ( |
| 16 | 'ScssPhp\\ScssPhp\\' => 16, |
| 17 | ), |
| 18 | 'E' => |
| 19 | array ( |
| 20 | 'EverestForms\\Traits\\' => 20, |
| 21 | 'EverestForms\\Helpers\\' => 21, |
| 22 | 'EverestForms\\Addons\\' => 20, |
| 23 | ), |
| 24 | 'C' => |
| 25 | array ( |
| 26 | 'Composer\\Installers\\' => 20, |
| 27 | ), |
| 28 | ); |
| 29 | |
| 30 | public static $prefixDirsPsr4 = array ( |
| 31 | 'ScssPhp\\ScssPhp\\' => |
| 32 | array ( |
| 33 | 0 => __DIR__ . '/..' . '/scssphp/scssphp/src', |
| 34 | ), |
| 35 | 'EverestForms\\Traits\\' => |
| 36 | array ( |
| 37 | 0 => __DIR__ . '/../..' . '/traits', |
| 38 | ), |
| 39 | 'EverestForms\\Helpers\\' => |
| 40 | array ( |
| 41 | 0 => __DIR__ . '/../..' . '/includes/Helpers', |
| 42 | ), |
| 43 | 'EverestForms\\Addons\\' => |
| 44 | array ( |
| 45 | 0 => __DIR__ . '/../..' . '/addons', |
| 46 | ), |
| 47 | 'Composer\\Installers\\' => |
| 48 | array ( |
| 49 | 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers', |
| 50 | ), |
| 51 | ); |
| 52 | |
| 53 | public static $classMap = array ( |
| 54 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 55 | ); |
| 56 | |
| 57 | public static function getInitializer(ClassLoader $loader) |
| 58 | { |
| 59 | return \Closure::bind(function () use ($loader) { |
| 60 | $loader->prefixLengthsPsr4 = ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec::$prefixLengthsPsr4; |
| 61 | $loader->prefixDirsPsr4 = ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec::$prefixDirsPsr4; |
| 62 | $loader->classMap = ComposerStaticInit9a2cf263d30e5ab5059048903ceb21ec::$classMap; |
| 63 | |
| 64 | }, null, ClassLoader::class); |
| 65 | } |
| 66 | } |
| 67 |