29 lines
598 B
JSON
29 lines
598 B
JSON
{
|
|
"name": "franzz/spot",
|
|
"description": "LiveTrail",
|
|
"type": "project",
|
|
"license": "GPL-3.0-or-later",
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "../objects",
|
|
"options": {
|
|
"symlink": true
|
|
}
|
|
}
|
|
],
|
|
"require": {
|
|
"franzz/objects": "dev-vue",
|
|
"phpmailer/phpmailer": "^7.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Franzz\\Spot\\": "lib/",
|
|
"Franzz\\Objects\\": "../objects/inc/"
|
|
},
|
|
"files": [
|
|
"config/settings.php"
|
|
]
|
|
}
|
|
}
|