-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 819 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 819 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": "onlime/sendmail-wrapper",
"description": "A powerful sendmail wrapper to log and throttle emails sent by PHP",
"keywords": ["PHP", "MySQL", "MTA", "sendmail", "wrapper", "throttling"],
"homepage": "https://github.com/onlime/sendmail-wrapper",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Philip Iezzi",
"email": "philip@onlime.ch",
"homepage": "https://www.onlime.ch/",
"role": "developer"
}
],
"support": {
"issues": "https://github.com/onlime/sendmail-wrapper/issues"
},
"require": {
"php": "^7.4 || ^8.0",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-imap": "*",
"ext-json": "*"
},
"require-dev": {
"laravel/pint": "^1.7"
}
}