forked from wpexpertsio/Post-SMTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 893 Bytes
/
composer.json
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
29
30
31
32
33
34
{
"name": "level-level/postman",
"description": "Adapter between WordPress mail and several mail service providers.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Level Level",
"email": "info@level-level.com"
}
],
"autoload": {
"classmap": [
"Postman"
]
},
"config": {
"sort-packages": true
},
"require": {
"google/apiclient": "^2",
"laminas/laminas-mail": "^2",
"laminas/laminas-servicemanager": "^3",
"mailgun/mailgun-php": "^3",
"mandrill/mandrill": "^1.0",
"sendgrid/sendgrid": "^7.9",
"slm/mail": "^3.3"
},
"require-dev": {
"php-stubs/wordpress-stubs": "^5.6",
"phpmailer/phpmailer": "^6.3",
"szepeviktor/phpstan-wordpress": "^0.7.3"
}
}