16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"name": "lycoreco/fridge_bites",
|
|
"description": "School project",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lycoreco\\Apps\\": "apps/",
|
|
"Lycoreco\\Includes\\": "includes/"
|
|
}
|
|
},
|
|
"require": {
|
|
"phpmailer/phpmailer": "^6.10",
|
|
"setasign/fpdf": "^1.8"
|
|
}
|
|
}
|