composer init

This commit is contained in:
Yisroel Baum 2026-05-14 19:53:20 +03:00
commit 6d9103e035
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 16 additions and 0 deletions

1
backend/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vendor/

15
backend/composer.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "pilzno/rabbigerzi",
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"authors": [
{
"name": "Yisroel Baum",
"email": "yisroel.d.baum@gmail.com"
}
],
"require": {}
}