update PHPMailer

This commit is contained in:
Tobias Diekershoff 2025-07-10 06:30:21 +02:00
parent 715f700323
commit 9387db358c
34 changed files with 1151 additions and 296 deletions

32
phpmailer/vendor/composer/installed.php vendored Normal file
View file

@ -0,0 +1,32 @@
<?php return array(
'root' => array(
'name' => 'friendica-addons/phpmailer',
'pretty_version' => 'dev-2025.07-rc',
'version' => 'dev-2025.07-rc',
'reference' => '715f70032330ad14f710284104c8593c7800e125',
'type' => 'friendica-addon',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'friendica-addons/phpmailer' => array(
'pretty_version' => 'dev-2025.07-rc',
'version' => 'dev-2025.07-rc',
'reference' => '715f70032330ad14f710284104c8593c7800e125',
'type' => 'friendica-addon',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'phpmailer/phpmailer' => array(
'pretty_version' => 'v6.10.0',
'version' => '6.10.0.0',
'reference' => 'bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144',
'type' => 'library',
'install_path' => __DIR__ . '/../phpmailer/phpmailer',
'aliases' => array(),
'dev_requirement' => false,
),
),
);