commit 6d9103e0350c5eb51b18f7ce060390518d966be4 Author: Yisroel Baum Date: Thu May 14 19:53:20 2026 +0300 composer init diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..a725465 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1 @@ +vendor/ \ No newline at end of file diff --git a/backend/composer.json b/backend/composer.json new file mode 100644 index 0000000..b010858 --- /dev/null +++ b/backend/composer.json @@ -0,0 +1,15 @@ +{ + "name": "pilzno/rabbigerzi", + "autoload": { + "psr-4": { + "App\\": "src/" + } + }, + "authors": [ + { + "name": "Yisroel Baum", + "email": "yisroel.d.baum@gmail.com" + } + ], + "require": {} +}