This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
filespread/composer.json

15 lines
326 B
JSON
Raw Permalink Normal View History

2016-04-06 17:30:05 +02:00
{
"name": "mmk2410/filespread",
"description": "A simple program for sending a mail with attachments",
"require": {
"phpmailer/phpmailer": "^5.2"
},
"license": "MIT",
"authors": [
{
"name": "mmk2410",
"email": "marcelmichaelkapfer@yahoo.co.nz"
}
]
}