composer v1
This commit is contained in:
23
composer.json
Normal file
23
composer.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user