project structure created

This commit is contained in:
GitProtogen
2026-03-05 08:19:48 +01:00
commit c08937b613
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
vendor
composer.json
composer.lock
+3
View File
@@ -0,0 +1,3 @@
<?php
declare(strict_types=1);
require __DIR__ . '/../vendor/autoload.php';