15 lines
259 B
JSON
15 lines
259 B
JSON
{
|
|
"name": "ktrix/mail",
|
|
"description": "Mail client module",
|
|
"type": "library",
|
|
"license": "proprietary",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"KTXM\\Mail\\": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.2"
|
|
}
|
|
}
|