Files
livetrail/composer.json
T
franzz 2aac7ad5c4
Deploy Livetrail / deploy (push) Successful in 21s
Rename Spot to Livetrail internally
2026-08-18 15:55:55 +02:00

25 lines
509 B
JSON

{
"name": "franzz/livetrail",
"description": "LiveTrail",
"type": "project",
"license": "GPL-3.0-or-later",
"repositories": [
{
"type": "git",
"url": "https://git.lutran.fr/franzz/objects"
}
],
"require": {
"franzz/objects": "dev-vue",
"phpmailer/phpmailer": "^7.1"
},
"autoload": {
"psr-4": {
"Franzz\\Livetrail\\": "lib/"
},
"files": [
"config/settings.php"
]
}
}