summaryrefslogtreecommitdiff
path: root/inc/mailgun/composer/autoload_static.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-02-28 17:37:57 -0500
committerCarson Fleming <cflems@cflems.net>2017-02-28 17:37:57 -0500
commita8f3669b4ea82f48edbca69742364adf2794e07f (patch)
treeb2668a0a31623a578a16622a5da6b0c924b3c071 /inc/mailgun/composer/autoload_static.php
parent3bfe03a6f6136947eb8b9c714306d080ce889af7 (diff)
downloadbulletin-a8f3669b4ea82f48edbca69742364adf2794e07f.tar.gz
Modularized email and hashing
Diffstat (limited to 'inc/mailgun/composer/autoload_static.php')
-rw-r--r--inc/mailgun/composer/autoload_static.php57
1 files changed, 57 insertions, 0 deletions
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 @@
+<?php
+
+// autoload_static.php @generated by Composer
+
+namespace Composer\Autoload;
+
+class ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6
+{
+ public static $prefixLengthsPsr4 = array (
+ 'S' =>
+ 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);
+ }
+}