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

11
api/vendor/composer/autoload_psr4.php vendored Normal file
View File

@@ -0,0 +1,11 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'WpOrg\\Requests\\' => array($vendorDir . '/rmccue/requests/src'),
'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
);