ClassLoader.php
7 years ago
LICENSE
8 years ago
autoload_classmap.php
8 years ago
autoload_files.php
8 years ago
autoload_namespaces.php
8 years ago
autoload_psr4.php
8 years ago
autoload_real.php
8 years ago
autoload_static.php
8 years ago
installed.json
8 years ago
autoload_static.php
65 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_static.php @generated by Composer |
| 4 | |
| 5 | namespace Composer\Autoload; |
| 6 | |
| 7 | class ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f |
| 8 | { |
| 9 | public static $files = array ( |
| 10 | '46a06f2cec651588901bf1ff51ef5979' => __DIR__ . '/..' . '/publishpress/edd-license-handler/EDD_License_Handler.php', |
| 11 | '9e7913fda8218537ad84c3389047ab16' => __DIR__ . '/..' . '/publishpress/edd-license-handler/EDD_SL_Plugin_Updater.php', |
| 12 | ); |
| 13 | |
| 14 | public static $prefixLengthsPsr4 = array ( |
| 15 | 'P' => |
| 16 | array ( |
| 17 | 'PublishPress\\EDD_License\\Core\\' => 30, |
| 18 | 'PublishPress\\Builder\\' => 21, |
| 19 | 'Psr\\Container\\' => 14, |
| 20 | ), |
| 21 | ); |
| 22 | |
| 23 | public static $prefixDirsPsr4 = array ( |
| 24 | 'PublishPress\\EDD_License\\Core\\' => |
| 25 | array ( |
| 26 | 0 => __DIR__ . '/..' . '/publishpress/wordpress-edd-license-integration/src/core', |
| 27 | ), |
| 28 | 'PublishPress\\Builder\\' => |
| 29 | array ( |
| 30 | 0 => __DIR__ . '/..' . '/publishpress/wordpress-plugin-builder/src', |
| 31 | ), |
| 32 | 'Psr\\Container\\' => |
| 33 | array ( |
| 34 | 0 => __DIR__ . '/..' . '/psr/container/src', |
| 35 | ), |
| 36 | ); |
| 37 | |
| 38 | public static $prefixesPsr0 = array ( |
| 39 | 'P' => |
| 40 | array ( |
| 41 | 'Pimple' => |
| 42 | array ( |
| 43 | 0 => __DIR__ . '/..' . '/pimple/pimple/src', |
| 44 | ), |
| 45 | ), |
| 46 | 'E' => |
| 47 | array ( |
| 48 | 'Embera' => |
| 49 | array ( |
| 50 | 0 => __DIR__ . '/..' . '/ostraining/embera/Lib', |
| 51 | ), |
| 52 | ), |
| 53 | ); |
| 54 | |
| 55 | public static function getInitializer(ClassLoader $loader) |
| 56 | { |
| 57 | return \Closure::bind(function () use ($loader) { |
| 58 | $loader->prefixLengthsPsr4 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixLengthsPsr4; |
| 59 | $loader->prefixDirsPsr4 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixDirsPsr4; |
| 60 | $loader->prefixesPsr0 = ComposerStaticInitfa112be3a45897b53eb16b7ddc526d6f::$prefixesPsr0; |
| 61 | |
| 62 | }, null, ClassLoader::class); |
| 63 | } |
| 64 | } |
| 65 |