composer v1

This commit is contained in:
2021-06-27 20:57:10 +02:00
parent cfae1ddecd
commit fb882d34f7
17 changed files with 202 additions and 8294 deletions

23
composer.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "franzz/spot",
"description": "Spotty",
"type": "project",
"repositories": [
{
"type": "path",
"url": "../objects"
}
],
"require": {
"franzz/objects": "dev-composer",
"phpmailer/phpmailer": "^6.5"
},
"autoload": {
"psr-4": {
"Franzz\\Spot\\": "inc/"
},
"files": [
"settings.php"
]
}
}