init
This commit is contained in:
43
user/plugins/email/composer.json
Normal file
43
user/plugins/email/composer.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user