Files
journal/vendor/lampol/phpmail/composer.json
wangjinlei a9bdce100c 20220406
2022-04-06 18:24:31 +08:00

18 lines
355 B
JSON

{
"name": "lampol/phpmail",
"description": "this is send mail library",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "lampol",
"email": "807968192@qq.com"
}
],
"minimum-stability": "stable",
"require": {},
"autoload":{
"psr-4":{"lampol\\":"src"}
}
}