ClassLoader.php
10 months ago
InstalledVersions.php
10 months ago
LICENSE
10 months ago
autoload_classmap.php
10 months ago
autoload_files.php
10 months ago
autoload_namespaces.php
10 months ago
autoload_psr4.php
10 months ago
autoload_real.php
7 months ago
autoload_static.php
7 months ago
installed.json
1 month ago
installed.php
1 month ago
autoload_static.php
25 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit5ee79b07cb3e29b73ecedab0cd3eb850 |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | 'e80b779300b5353d4cf50195f3b144e9' => __DIR__ . '/..' . '/codeinwp/themeisle-sdk/load.php', |
| 11 | ); |
| 12 | |
| 13 | public static $classMap = array ( |
| 14 | 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
| 15 | ); |
| 16 | |
| 17 | public static function getInitializer(ClassLoader $loader) |
| 18 | { |
| 19 | return \Closure::bind(function () use ($loader) { |
| 20 | $loader->classMap = ComposerStaticInit5ee79b07cb3e29b73ecedab0cd3eb850::$classMap; |
| 21 | |
| 22 | }, null, ClassLoader::class); |
| 23 | } |
| 24 | } |
| 25 |