Skip to content

Commit

Permalink
Remove phpmailer from simplesaml lib, see issue #469
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored and Sasha Anastasi committed Mar 14, 2023
1 parent bed73f7 commit 821fccc
Show file tree
Hide file tree
Showing 68 changed files with 0 additions and 9,932 deletions.
1 change: 0 additions & 1 deletion .extlib/simplesamlphp/vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
'Gettext\\Languages\\' => array($vendorDir . '/gettext/languages/src'),
'Gettext\\' => array($vendorDir . '/gettext/gettext/src'),
'Basho\\' => array($vendorDir . '/phpfastcache/riak-client/src'),
Expand Down
11 changes: 0 additions & 11 deletions .extlib/simplesamlphp/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class ComposerStaticInit2d28db333e9108046055f5c5b00c0c2f
'Psr\\Log\\' => 8,
'Psr\\Container\\' => 14,
'Psr\\Cache\\' => 10,
'PHPMailer\\PHPMailer\\' => 20,
),
'G' =>
array (
Expand Down Expand Up @@ -378,10 +377,6 @@ class ComposerStaticInit2d28db333e9108046055f5c5b00c0c2f
array (
0 => __DIR__ . '/..' . '/psr/cache/src',
),
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
'Gettext\\Languages\\' =>
array (
0 => __DIR__ . '/..' . '/gettext/languages/src',
Expand Down Expand Up @@ -602,12 +597,6 @@ class ComposerStaticInit2d28db333e9108046055f5c5b00c0c2f
'Gettext\\Utils\\StringReader' => __DIR__ . '/..' . '/gettext/gettext/src/Utils/StringReader.php',
'JsonException' => __DIR__ . '/..' . '/symfony/polyfill-php73/Resources/stubs/JsonException.php',
'Normalizer' => __DIR__ . '/..' . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',
'PHPMailer\\PHPMailer\\Exception' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/Exception.php',
'PHPMailer\\PHPMailer\\OAuth' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/OAuth.php',
'PHPMailer\\PHPMailer\\OAuthTokenProvider' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/OAuthTokenProvider.php',
'PHPMailer\\PHPMailer\\PHPMailer' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/PHPMailer.php',
'PHPMailer\\PHPMailer\\POP3' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/POP3.php',
'PHPMailer\\PHPMailer\\SMTP' => __DIR__ . '/..' . '/phpmailer/phpmailer/src/SMTP.php',
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
'Psr\\Cache\\CacheException' => __DIR__ . '/..' . '/psr/cache/src/CacheException.php',
'Psr\\Cache\\CacheItemInterface' => __DIR__ . '/..' . '/psr/cache/src/CacheItemInterface.php',
Expand Down
81 changes: 0 additions & 81 deletions .extlib/simplesamlphp/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,87 +236,6 @@
"source": "https://github.com/PHPSocialNetwork/riak-php-client/tree/develop"
}
},
{
"name": "phpmailer/phpmailer",
"version": "v6.7",
"version_normalized": "6.7.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "80fc8686fcd070267b98dae0ec228d5d67d94310"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/80fc8686fcd070267b98dae0ec228d5d67d94310",
"reference": "80fc8686fcd070267b98dae0ec228d5d67d94310",
"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",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
},
"time": "2022-12-05T10:56:35+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.7"
},
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
]
},
{
"name": "psr/cache",
"version": "1.0.1",
Expand Down
46 changes: 0 additions & 46 deletions .extlib/simplesamlphp/vendor/phpmailer/phpmailer/COMMITMENT

This file was deleted.

Loading

0 comments on commit 821fccc

Please sign in to comment.