18 lines
355 B
JSON
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"}
|
|
}
|
|
}
|