first commit

This commit is contained in:
Mohamed Youssef
2026-03-25 16:15:28 +02:00
parent 9f49ed54ec
commit 8138eb509d
15 changed files with 1045 additions and 0 deletions

10
vendor/composer/autoload_psr4.php vendored Normal file
View File

@@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Mydevpro\\Upayments\\' => array($baseDir . '/src'),
);