microserviciile de register, login finalizate

This commit is contained in:
Cerbu Andrei Mihnea
2023-06-15 22:21:53 +03:00
parent a739a66ae4
commit 4e585ba278
159 changed files with 4775 additions and 1747 deletions
Regular → Executable
+4 -10
View File
@@ -1,17 +1,11 @@
{
"name": "andrei/knowyourfood",
"authors": [
{
"name": "Cerbu Andrei Mihnea",
"email": "andreimihneacerbu@gmail.com"
}
],
"autoload" : {
"psr-4" : {
"name": "andrei_cerbu/knowyourfood",
"autoload": {
"psr-4": {
"app\\": "./"
}
},
"require": {
"vlucas/phpdotenv": "^5.5"
"ext-curl": "*"
}
}