44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "getgrav/grav-plugin-email",
|
|
"type": "grav-plugin",
|
|
"description": "Email plugin for Grav CMS",
|
|
"keywords": ["email", "plugin", "sender"],
|
|
"homepage": "https://github.com/getgrav/grav-plugin-email",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Team Grav",
|
|
"email": "devs@getgrav.org",
|
|
"homepage": "https://getgrav.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/getgrav/grav-plugin-email/issues",
|
|
"irc": "https://chat.getgrav.org",
|
|
"forum": "https://getgrav.org/forum",
|
|
"docs": "https://github.com/getgrav/grav-plugin-email/blob/master/README.md"
|
|
},
|
|
"require": {
|
|
"php": ">=7.3.6",
|
|
"swiftmailer/swiftmailer": "~6.0"
|
|
},
|
|
"replace": {
|
|
"symfony/polyfill-iconv": "*",
|
|
"symfony/polyfill-mbstring": "*",
|
|
"symfony/polyfill-php72": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grav\\Plugin\\Email\\": "classes/",
|
|
"Grav\\Plugin\\Console\\": "cli/"
|
|
},
|
|
"classmap": ["email.php"]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.3.6"
|
|
}
|
|
}
|
|
}
|