-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
36 lines (36 loc) · 944 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
35
36
{
"name": "decomplexity/sendoauth2",
"type": "library",
"description": "Wrapper for PHPMailer SMTP",
"license": "MIT",
"keywords": ["PHPMailer","OAuth2"],
"homepage": "https://github.com/decomplexity/SendOauth2",
"authors": [
{
"name": "Max Stewart",
"email": "SendOauth2@decomplexity.com",
"homepage": "https://www.decomplexity.com"
}
],
"support": {
"email": "SendOauth2@decomplexity.com"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/decomplexity/SendOauth2"
}
],
"require": {
"php": ">=7.4.0",
"phpmailer/phpmailer": ">=6.6.0",
"thenetworg/oauth2-azure": ">=2.2.1",
"league/oauth2-google": ">=4.0.1",
"google/apiclient": "^2.15.0"
},
"autoload": {
"psr-4": {
"decomplexity\\SendOauth2\\": "src/"
}
}
}