Skip to content

Commit

Permalink
Remove PHPMailer from autoloaded files
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriim committed Oct 5, 2020
1 parent 0a11a5a commit 6285e03
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 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 @@ -53,7 +53,6 @@
'RobRichards\\XMLSecLibs\\' => array($vendorDir . '/robrichards/xmlseclibs/src'),
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
'Psr\\Container\\' => array($vendorDir . '/psr/container/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
5 changes: 0 additions & 5 deletions .extlib/simplesamlphp/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class ComposerStaticInitcecba5b45983fc2b8de9ece2f750c80c
array (
'Psr\\Log\\' => 8,
'Psr\\Container\\' => 14,
'PHPMailer\\PHPMailer\\' => 20,
),
'G' =>
array (
Expand Down Expand Up @@ -280,10 +279,6 @@ class ComposerStaticInitcecba5b45983fc2b8de9ece2f750c80c
array (
0 => __DIR__ . '/..' . '/psr/container/src',
),
'PHPMailer\\PHPMailer\\' =>
array (
0 => __DIR__ . '/..' . '/phpmailer/phpmailer/src',
),
'Gettext\\Languages\\' =>
array (
0 => __DIR__ . '/..' . '/gettext/languages/src',
Expand Down
5 changes: 0 additions & 5 deletions .extlib/simplesamlphp/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,6 @@
"time": "2020-07-14T18:50:27+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-only"
Expand Down
10 changes: 0 additions & 10 deletions .extlib/simplesamlphp/vendor/phpmailer/phpmailer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,5 @@
"ext-mbstring": "Needed to send email in multibyte encoding charset",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"PHPMailer\\Test\\": "test/"
}
},
"license": "LGPL-2.1-only"
}

0 comments on commit 6285e03

Please sign in to comment.