ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_files.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
8 months ago
autoload_static.php
8 months ago
installed.json
2 days ago
installed.php
2 days ago
autoload_static.php
25 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInit9e8340b6de97253d4438363ac0655abe |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '9ce167a075504476d9f05d0cee153ad9' => __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 = ComposerStaticInit9e8340b6de97253d4438363ac0655abe::$classMap; |
| 21 | |
| 22 | }, null, ClassLoader::class); |
| 23 | } |
| 24 | } |
| 25 |