implemented step 01

This commit is contained in:
2026-06-12 15:11:37 +02:00
parent 0751808967
commit a334da7231
18 changed files with 772 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
);