summaryrefslogtreecommitdiff
path: root/inc/mailgun/composer/autoload_static.php
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-03-02 22:49:24 -0500
committerCarson Fleming <cflems@cflems.net>2017-03-02 22:49:24 -0500
commitb76e2ff898b23745d4c9aaee49eeb7d88f2896ab (patch)
tree9b794be8db310a575d70165d9ebde0a183b61b01 /inc/mailgun/composer/autoload_static.php
parentbfcc9f7a7656a2db0c905b3c13114664f00f6c37 (diff)
downloadbulletin-b76e2ff898b23745d4c9aaee49eeb7d88f2896ab.tar.gz
Updated mailgun plugin
Diffstat (limited to 'inc/mailgun/composer/autoload_static.php')
-rw-r--r--inc/mailgun/composer/autoload_static.php87
1 files changed, 64 insertions, 23 deletions
diff --git a/inc/mailgun/composer/autoload_static.php b/inc/mailgun/composer/autoload_static.php
index 99544eb..d46f8b6 100644
--- a/inc/mailgun/composer/autoload_static.php
+++ b/inc/mailgun/composer/autoload_static.php
@@ -4,53 +4,94 @@
namespace Composer\Autoload;
-class ComposerStaticInitbc00ddcd2e8da9499a4bfd011e6c39c6
+class ComposerStaticInit3ba98756a98c572787564d9c42c1f5a3
{
+ public static $files = array (
+ 'a0edc8309cc5e1d60e3047b5df6b7052' => __DIR__ . '/..' . '/guzzlehttp/psr7/src/functions_include.php',
+ 'ddc0a4d7e61c0286f0f8593b1903e894' => __DIR__ . '/..' . '/clue/stream-filter/src/functions.php',
+ '8cff32064859f4559445b89279f3199c' => __DIR__ . '/..' . '/php-http/message/src/filters.php',
+ );
+
public static $prefixLengthsPsr4 = array (
- 'S' =>
+ 'P' =>
+ array (
+ 'Psr\\Http\\Message\\' => 17,
+ ),
+ 'H' =>
+ array (
+ 'Http\\Promise\\' => 13,
+ 'Http\\Message\\MultipartStream\\' => 29,
+ 'Http\\Message\\' => 13,
+ 'Http\\Discovery\\' => 15,
+ 'Http\\Client\\Curl\\' => 17,
+ 'Http\\Client\\' => 12,
+ ),
+ 'G' =>
+ array (
+ 'GuzzleHttp\\Psr7\\' => 16,
+ ),
+ 'C' =>
array (
- 'Symfony\\Component\\EventDispatcher\\' => 34,
+ 'Clue\\StreamFilter\\' => 18,
),
);
public static $prefixDirsPsr4 = array (
- 'Symfony\\Component\\EventDispatcher\\' =>
+ 'Psr\\Http\\Message\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/psr/http-message/src',
+ ),
+ 'Http\\Promise\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/promise/src',
+ ),
+ 'Http\\Message\\MultipartStream\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/multipart-stream-builder/src',
+ ),
+ 'Http\\Message\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/message-factory/src',
+ 1 => __DIR__ . '/..' . '/php-http/message/src',
+ ),
+ 'Http\\Discovery\\' =>
array (
- 0 => __DIR__ . '/..' . '/symfony/event-dispatcher',
+ 0 => __DIR__ . '/..' . '/php-http/discovery/src',
+ ),
+ 'Http\\Client\\Curl\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/curl-client/src',
+ ),
+ 'Http\\Client\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/php-http/httplug/src',
+ ),
+ 'GuzzleHttp\\Psr7\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/guzzlehttp/psr7/src',
+ ),
+ 'Clue\\StreamFilter\\' =>
+ array (
+ 0 => __DIR__ . '/..' . '/clue/stream-filter/src',
),
);
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;
+ $loader->prefixLengthsPsr4 = ComposerStaticInit3ba98756a98c572787564d9c42c1f5a3::$prefixLengthsPsr4;
+ $loader->prefixDirsPsr4 = ComposerStaticInit3ba98756a98c572787564d9c42c1f5a3::$prefixDirsPsr4;
+ $loader->prefixesPsr0 = ComposerStaticInit3ba98756a98c572787564d9c42c1f5a3::$prefixesPsr0;
}, null, ClassLoader::class);
}