init commit

This commit is contained in:
zino
2021-02-16 23:07:41 +01:00
parent ec3fc78e0f
commit 12b4ef5db4
5000 changed files with 2596132 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit60686c30a05558fffaa1a4b9225ce7b4
{
public static $prefixLengthsPsr4 = array (
'L' =>
array (
'Lcobucci\\JWT\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'Lcobucci\\JWT\\' =>
array (
0 => __DIR__ . '/..' . '/lcobucci/jwt/src',
),
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit60686c30a05558fffaa1a4b9225ce7b4::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit60686c30a05558fffaa1a4b9225ce7b4::$prefixDirsPsr4;
}, null, ClassLoader::class);
}
}