-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 843 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "hitraa/openforge-mailer",
"description": "Lightweight PHP SMTP Mailer with HTML, attachments, tracking pixel, and read receipt support.",
"type": "library",
"homepage": "https://github.com/hitraa/openforge-mailer",
"keywords": ["email", "php", "html", "tracking", "mail", "smtp", "openforge", "mailer"],
"support": {
"issues": "https://github.com/hitraa/openforge-mailer/issues",
"source": "https://github.com/hitraa/openforge-mailer"
},
"license": "MIT",
"autoload": {
"psr-4": {
"OpenForge\\Mailer\\": "src/"
}
},
"authors": [
{
"name": "Harshal Khairnar",
"email": "harshal@hitraa.com"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.2"
}
}