Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update symfony/mailer to 5.4.22 #1483

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Jul 19, 2023

No description provided.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@@ -35,7 +35,7 @@ public function initialize(): void
$descriptorSpec = [
0 => ['pipe', 'r'],
1 => ['pipe', 'w'],
2 => ['pipe', 'w'],
2 => ['pipe', '\\' === \DIRECTORY_SEPARATOR ? 'a' : 'w'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's a lot of changed code for 3 patch releases :D
But I guess it's the version of symfony being reused for all components

@kesselb kesselb merged commit 08ec878 into master Aug 2, 2023
7 checks passed
@kesselb kesselb deleted the bump-symfony-mailer branch August 2, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants