Commit 0b597320 by Manzar Hussain

php mailer with composer

parent 0628b7df
......@@ -16,11 +16,12 @@
],
"require": {
"composer/installers": "^1.9",
"drupal/admin_toolbar": "^2.4",
"drupal/admin_toolbar": "^2.4",
"drupal/core-composer-scaffold": "^9",
"drupal/core-project-message": "^9",
"drupal/core-recommended": "^9",
"drupal/core-vendor-hardening": "^9",
"drupal/phpmailer_smtp": "^2.0",
"drush/drush": "^10.3"
},
"conflict": {
......
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "fef43a42f38e0e2a9bafbff1a395d5c0",
"content-hash": "a7b73f46c457459670d6c267929cd76d",
"packages": [
{
"name": "asm89/stack-cors",
......@@ -1820,6 +1820,61 @@
]
},
{
"name": "drupal/phpmailer_smtp",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/phpmailer_smtp.git",
"reference": "2.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/phpmailer_smtp-2.0.2.zip",
"reference": "2.0.2",
"shasum": "b459a91d897a7a504b0b810cece7ce56dee6f3cd"
},
"require": {
"drupal/core": "^8.8 || ^9",
"phpmailer/phpmailer": "^6.1.8"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.2",
"datestamp": "1606107101",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Ian McLean (imclean)",
"homepage": "http://drupal.org/u/imclean"
}
],
"description": "Uses the PHPMailer library to send emails via SMTP.",
"homepage": "https://drupal.org/project/phpmailer_smtp",
"keywords": [
"drupal",
"email",
"mail",
"mail system",
"mailsystem",
"phpmailer",
"smtp"
],
"support": {
"source": "https://git.drupalcode.org/project/phpmailer_smtp",
"issues": "https://www.drupal.org/project/issues/phpmailer_smtp"
}
},
{
"name": "drush/drush",
"version": "10.3.6",
"source": {
......@@ -3031,6 +3086,82 @@
"time": "2019-12-10T10:24:42+00:00"
},
{
"name": "phpmailer/phpmailer",
"version": "v6.2.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "e38888a75c070304ca5514197d4847a59a5c853f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f",
"reference": "e38888a75c070304ca5514197d4847a59a5c853f",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
"php": ">=5.5.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.5.6",
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-only"
],
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0"
},
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
"time": "2020-11-25T15:24:57+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
......
......@@ -14,12 +14,12 @@ class InstalledVersions
private static $installed = array (
'root' =>
array (
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'aliases' =>
array (
),
'reference' => '3b7fafeeb73459cb451ff117586e3158dfcb66ef',
'reference' => '0628b7df59bd76bf708279e4cccd2efe2d4ded9b',
'name' => 'drupal/legacy-project',
),
'versions' =>
......@@ -734,12 +734,12 @@ class InstalledVersions
),
'drupal/legacy-project' =>
array (
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'aliases' =>
array (
),
'reference' => '3b7fafeeb73459cb451ff117586e3158dfcb66ef',
'reference' => '0628b7df59bd76bf708279e4cccd2efe2d4ded9b',
),
'drupal/link' =>
array (
......@@ -853,6 +853,15 @@ class InstalledVersions
0 => '9.0.9',
),
),
'drupal/phpmailer_smtp' =>
array (
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'aliases' =>
array (
),
'reference' => '2.0.2',
),
'drupal/quickedit' =>
array (
'replaced' =>
......@@ -1213,6 +1222,15 @@ class InstalledVersions
),
'reference' => 'dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7',
),
'phpmailer/phpmailer' =>
array (
'pretty_version' => 'v6.2.0',
'version' => '6.2.0.0',
'aliases' =>
array (
),
'reference' => 'e38888a75c070304ca5514197d4847a59a5c853f',
),
'psr/container' =>
array (
'pretty_version' => '1.0.0',
......
......@@ -47,6 +47,7 @@
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
'League\\Container\\' => array($vendorDir . '/league/container/src'),
'Laminas\\ZendFrameworkBridge\\' => array($vendorDir . '/laminas/laminas-zendframework-bridge/src'),
......
......@@ -99,6 +99,7 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
'Psr\\Http\\Message\\' => 17,
'Psr\\Container\\' => 14,
'PhpParser\\' => 10,
'PHPMailer\\PHPMailer\\' => 20,
),
'M' =>
array (
......@@ -328,6 +329,10 @@ class ComposerStaticInit4f839f7b2a45d5d982e207f3e602715a
array (
0 => __DIR__ . '/..' . '/nikic/php-parser/lib/PhpParser',
),
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
'Masterminds\\' =>
array (
0 => __DIR__ . '/..' . '/masterminds/html5/src',
......
......@@ -1888,6 +1888,64 @@
"install-path": "../drupal/core-vendor-hardening"
},
{
"name": "drupal/phpmailer_smtp",
"version": "2.0.2",
"version_normalized": "2.0.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/phpmailer_smtp.git",
"reference": "2.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/phpmailer_smtp-2.0.2.zip",
"reference": "2.0.2",
"shasum": "b459a91d897a7a504b0b810cece7ce56dee6f3cd"
},
"require": {
"drupal/core": "^8.8 || ^9",
"phpmailer/phpmailer": "^6.1.8"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.2",
"datestamp": "1606107101",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"installation-source": "dist",
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Ian McLean (imclean)",
"homepage": "http://drupal.org/u/imclean"
}
],
"description": "Uses the PHPMailer library to send emails via SMTP.",
"homepage": "https://drupal.org/project/phpmailer_smtp",
"keywords": [
"drupal",
"email",
"mail",
"mail system",
"mailsystem",
"phpmailer",
"smtp"
],
"support": {
"source": "https://git.drupalcode.org/project/phpmailer_smtp",
"issues": "https://www.drupal.org/project/issues/phpmailer_smtp"
},
"install-path": "../../modules/contrib/phpmailer_smtp"
},
{
"name": "drush/drush",
"version": "10.3.6",
"version_normalized": "10.3.6.0",
......@@ -3156,6 +3214,85 @@
"install-path": "../pear/pear_exception"
},
{
"name": "phpmailer/phpmailer",
"version": "v6.2.0",
"version_normalized": "6.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "e38888a75c070304ca5514197d4847a59a5c853f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e38888a75c070304ca5514197d4847a59a5c853f",
"reference": "e38888a75c070304ca5514197d4847a59a5c853f",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
"php": ">=5.5.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.5.6",
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"time": "2020-11-25T15:24:57+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-only"
],
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.2.0"
},
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
"install-path": "../phpmailer/phpmailer"
},
{
"name": "psr/container",
"version": "1.0.0",
"version_normalized": "1.0.0.0",
......
<?php return array (
'root' =>
array (
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'aliases' =>
array (
),
'reference' => '3b7fafeeb73459cb451ff117586e3158dfcb66ef',
'reference' => '0628b7df59bd76bf708279e4cccd2efe2d4ded9b',
'name' => 'drupal/legacy-project',
),
'versions' =>
......@@ -721,12 +721,12 @@
),
'drupal/legacy-project' =>
array (
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'aliases' =>
array (
),
'reference' => '3b7fafeeb73459cb451ff117586e3158dfcb66ef',
'reference' => '0628b7df59bd76bf708279e4cccd2efe2d4ded9b',
),
'drupal/link' =>
array (
......@@ -840,6 +840,15 @@
0 => '9.0.9',
),
),
'drupal/phpmailer_smtp' =>
array (
'pretty_version' => '2.0.2',
'version' => '2.0.2.0',
'aliases' =>
array (
),
'reference' => '2.0.2',
),
'drupal/quickedit' =>
array (
'replaced' =>
......@@ -1200,6 +1209,15 @@
),
'reference' => 'dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7',
),
'phpmailer/phpmailer' =>
array (
'pretty_version' => 'v6.2.0',
'version' => '6.2.0.0',
'aliases' =>
array (
),
'reference' => 'e38888a75c070304ca5514197d4847a59a5c853f',
),
'psr/container' =>
array (
'pretty_version' => '1.0.0',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment