From a8f3669b4ea82f48edbca69742364adf2794e07f Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 28 Feb 2017 17:37:57 -0500 Subject: Modularized email and hashing --- inc/mailgun/composer/autoload_static.php | 57 ++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 inc/mailgun/composer/autoload_static.php (limited to 'inc/mailgun/composer/autoload_static.php') diff --git a/inc/mailgun/composer/autoload_static.php b/inc/mailgun/composer/autoload_static.php new file mode 100644 index 0000000..99544eb --- /dev/null +++ b/inc/mailgun/composer/autoload_static.php @@ -0,0 +1,57 @@ + + array ( + 'Symfony\\Component\\EventDispatcher\\' => 34, + ), + ); + + public static $prefixDirsPsr4 = array ( + 'Symfony\\Component\\EventDispatcher\\' => + array ( + 0 => __DIR__ . '/..' . '/symfony/event-dispatcher', + ), + ); + + public static $prefixesPsr0 = array ( + 'M' => + array ( + 'Mailgun\\Tests' => + array ( + 0 => __DIR__ . '/..' . '/mailgun/mailgun-php/tests', + ), + 'Mailgun' => + array ( + 0 => __DIR__ . '/..' . '/mailgun/mailgun-php/src', + ), + ), + 'G' => + array ( + 'Guzzle\\Tests' => + array ( + 0 => __DIR__ . '/..' . '/guzzle/guzzle/tests', + ), + 'Guzzle' => + array ( + 0 => __DIR__ . '/..' . '/guzzle/guzzle/src', + ), + ), + ); + + public static function getInitializer(ClassLoader $loader) + { + return \Closure::bind(function () use ($loader) { + $loader->prefixLengthsPsr4 = ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6::$prefixDirsPsr4; + $loader->prefixesPsr0 = ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6::$prefixesPsr0; + + }, null, ClassLoader::class); + } +} -- cgit v1.2.3