chore: initial commit

This commit is contained in:
Oussama Douhou
2025-10-29 11:09:43 +01:00
commit 7ec667258a
235 changed files with 62997 additions and 0 deletions

49
api/vendor/composer/autoload_static.php vendored Normal file
View File

@@ -0,0 +1,49 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit1e8acb631b5eb892a9e950c179a2be67
{
public static $files = array (
'941748b3c8cae4466c827dfb5ca9602a' => __DIR__ . '/..' . '/rmccue/requests/library/Deprecated.php',
);
public static $prefixLengthsPsr4 = array (
'W' =>
array (
'WpOrg\\Requests\\' => 15,
),
'F' =>
array (
'Firebase\\JWT\\' => 13,
),
);
public static $prefixDirsPsr4 = array (
'WpOrg\\Requests\\' =>
array (
0 => __DIR__ . '/..' . '/rmccue/requests/src',
),
'Firebase\\JWT\\' =>
array (
0 => __DIR__ . '/..' . '/firebase/php-jwt/src',
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'Requests' => __DIR__ . '/..' . '/rmccue/requests/library/Requests.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit1e8acb631b5eb892a9e950c179a2be67::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit1e8acb631b5eb892a9e950c179a2be67::$prefixDirsPsr4;
$loader->classMap = ComposerStaticInit1e8acb631b5eb892a9e950c179a2be67::$classMap;
}, null, ClassLoader::class);
}
}