| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,41 @@ |
| 1 |
+<?php |
|
| 2 |
+ |
|
| 3 |
+// autoload_static.php @generated by Composer |
|
| 4 |
+ |
|
| 5 |
+namespace Composer\Autoload; |
|
| 6 |
+ |
|
| 7 |
+class ComposerStaticInita55c1613fd11ee6fb2b03d8dfab5c54d |
|
| 8 |
+{
|
|
| 9 |
+ public static $files = array ( |
|
| 10 |
+ '3109cb1a231dcd04bee1f9f620d46975' => __DIR__ . '/..' . '/paragonie/sodium_compat/autoload.php', |
|
| 11 |
+ ); |
|
| 12 |
+ |
|
| 13 |
+ public static $prefixLengthsPsr4 = array ( |
|
| 14 |
+ 'T' => |
|
| 15 |
+ array ( |
|
| 16 |
+ 'Telnyx\\' => 7, |
|
| 17 |
+ ), |
|
| 18 |
+ ); |
|
| 19 |
+ |
|
| 20 |
+ public static $prefixDirsPsr4 = array ( |
|
| 21 |
+ 'Telnyx\\' => |
|
| 22 |
+ array ( |
|
| 23 |
+ 0 => __DIR__ . '/../..' . '/lib', |
|
| 24 |
+ 1 => __DIR__ . '/..' . '/telnyx/telnyx-php/lib', |
|
| 25 |
+ ), |
|
| 26 |
+ ); |
|
| 27 |
+ |
|
| 28 |
+ public static $classMap = array ( |
|
| 29 |
+ 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', |
|
| 30 |
+ ); |
|
| 31 |
+ |
|
| 32 |
+ public static function getInitializer(ClassLoader $loader) |
|
| 33 |
+ {
|
|
| 34 |
+ return \Closure::bind(function () use ($loader) {
|
|
| 35 |
+ $loader->prefixLengthsPsr4 = ComposerStaticInita55c1613fd11ee6fb2b03d8dfab5c54d::$prefixLengthsPsr4; |
|
| 36 |
+ $loader->prefixDirsPsr4 = ComposerStaticInita55c1613fd11ee6fb2b03d8dfab5c54d::$prefixDirsPsr4; |
|
| 37 |
+ $loader->classMap = ComposerStaticInita55c1613fd11ee6fb2b03d8dfab5c54d::$classMap; |
|
| 38 |
+ |
|
| 39 |
+ }, null, ClassLoader::class); |
|
| 40 |
+ } |
|
| 41 |
+} |