This commit is contained in:
wangjinlei
2022-04-06 18:24:31 +08:00
parent e0e66e5abe
commit a9bdce100c
557 changed files with 153341 additions and 6448 deletions

17
vendor/lampol/phpmail/composer.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"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"}
}
}