-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.08 KB
/
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
37
38
39
40
41
42
{
"name": "workwithtom/elasticemail",
"description": "Elastic Email integration for Craft CMS",
"version": "1.1.6",
"type": "craft-plugin",
"keywords": [
"cms",
"craftcms",
"elastic",
"mailer",
"yii2"
],
"license": "MIT",
"authors": [
{
"name": "Work With Tom",
"homepage": "https://www.workwithtom.ro/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/workwithtom/elasticemail/issues?state=open",
"source": "https://github.com/workwithtom/elasticemail",
"docs": "https://github.com/workwithtom/elasticemail/blob/master/README.md",
"rss": "https://github.com/workwithtom/elasticemail/commits/master.atom"
},
"require": {
"php": "^7.3||^8.0",
"craftcms/cms": "^3.1.5||^4.0.0",
"workwithtom/elasticemail-php": "^4.0.19"
},
"autoload": {
"psr-4": {
"workwithtom\\elasticemail\\": "src/"
}
},
"extra": {
"name": "Elastic Email",
"handle": "elasticemail",
"documentationUrl": "https://github.com/workwithtom/elasticemail/blob/master/README.md"
}
}