Files
spot/composer.json
Franzz c9ce785f12
All checks were successful
Deploy Spot / deploy (push) Successful in 33s
Upgrade composer dependencies
2026-05-23 00:22:08 +02:00

24 lines
464 B
JSON

{
"name": "franzz/spot",
"description": "Spotty",
"type": "project",
"repositories": [
{
"type": "git",
"url": "https://git.lutran.fr/franzz/objects"
}
],
"require": {
"franzz/objects": "dev-vue",
"phpmailer/phpmailer": "^7.1"
},
"autoload": {
"psr-4": {
"Franzz\\Spot\\": "lib/"
},
"files": [
"config/settings.php"
]
}
}