Skip to content

Commit b4b84f8

Browse files
committed
Deps: Updated custom symfony/mailer package
Done during #4903 work
1 parent 2345fd4 commit b4b84f8

3 files changed

Lines changed: 22 additions & 17 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"socialiteproviders/okta": "^4.2",
4040
"socialiteproviders/twitch": "^5.3",
4141
"ssddanbrown/htmldiff": "^1.0.2",
42-
"ssddanbrown/symfony-mailer": "6.0.x-dev"
42+
"ssddanbrown/symfony-mailer": "6.4.x-dev"
4343
},
4444
"require-dev": {
4545
"fakerphp/faker": "^1.21",

composer.lock

Lines changed: 20 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Unit/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function test_non_null_mail_encryption_options_enforce_smtp_scheme()
132132
public function test_smtp_scheme_and_certain_port_forces_tls_usage()
133133
{
134134
$isMailTlsRequired = function () {
135-
/** @var \BookStack\App\Mail\EsmtpTransport $transport */
135+
/** @var EsmtpTransport $transport */
136136
$transport = Mail::mailer('smtp')->getSymfonyTransport();
137137
Mail::purge('smtp');
138138
return $transport->getTlsRequirement();

0 commit comments

Comments
 (0)