25 lines
499 B
JSON
25 lines
499 B
JSON
{
|
|
"name": "franzz/spot",
|
|
"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\\Spot\\": "lib/"
|
|
},
|
|
"files": [
|
|
"config/settings.php"
|
|
]
|
|
}
|
|
}
|