Mercurial > hg > rc1
diff vendor/composer/autoload_static.php @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children | 40bacaff7f07 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/composer/autoload_static.php Thu Jan 04 15:50:29 2018 -0500 @@ -0,0 +1,103 @@ +<?php + +// autoload_static.php @generated by Composer + +namespace Composer\Autoload; + +class ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc +{ + public static $prefixLengthsPsr4 = array ( + 'E' => + array ( + 'Endroid\\QrCode\\' => 15, + ), + 'C' => + array ( + 'Composer\\Semver\\' => 16, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'Endroid\\QrCode\\' => + array ( + 0 => __DIR__ . '/..' . '/endroid/qrcode/src', + ), + 'Composer\\Semver\\' => + array ( + 0 => __DIR__ . '/..' . '/composer/semver/src', + ), + ); + + public static $prefixesPsr0 = array ( + 'R' => + array ( + 'Roundcube\\Composer' => + array ( + 0 => __DIR__ . '/..' . '/roundcube/plugin-installer/src', + ), + ), + 'P' => + array ( + 'PEAR' => + array ( + 0 => __DIR__ . '/..' . '/pear/pear_exception', + ), + ), + 'N' => + array ( + 'Net' => + array ( + 0 => __DIR__ . '/..' . '/pear/net_idna2', + 1 => __DIR__ . '/..' . '/pear/net_socket', + 2 => __DIR__ . '/..' . '/pear/net_smtp', + ), + ), + 'M' => + array ( + 'Mail' => + array ( + 0 => __DIR__ . '/..' . '/pear/mail_mime', + ), + ), + 'C' => + array ( + 'Crypt' => + array ( + 0 => __DIR__ . '/..' . '/pear/crypt_gpg', + ), + 'Console' => + array ( + 0 => __DIR__ . '/..' . '/pear/console_commandline', + 1 => __DIR__ . '/..' . '/pear/console_getopt', + ), + ), + 'A' => + array ( + 'Auth' => + array ( + 0 => __DIR__ . '/..' . '/pear/auth_sasl', + ), + ), + ); + + public static $fallbackDirsPsr0 = array ( + 0 => __DIR__ . '/..' . '/pear/pear-core-minimal/src', + ); + + public static $classMap = array ( + 'Net_Sieve' => __DIR__ . '/..' . '/pear/net_sieve/Sieve.php', + 'SieveTest' => __DIR__ . '/..' . '/pear/net_sieve/tests/SieveTest.php', + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixDirsPsr4; + $loader->prefixesPsr0 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$prefixesPsr0; + $loader->fallbackDirsPsr0 = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$fallbackDirsPsr0; + $loader->classMap = ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc::$classMap; + + }, null, ClassLoader::class); + } +}