You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
symfony/mailgun-mailer has a dependency on symfony/http-client, but symfony/http-client is only present as "require-dev".
How to reproduce
Require symfony/mailgun-mailer in a project that doesn't use symfony/http-client.
Possible Solution
Move the symfony/http-client dependency from "require-dev" to "require" in the composer.json file.
Additional Context
We used symfony/mailgun-mailer in a Laravel installation. After upgrading Laravel (and no longer using symfony/http-client), form submission were no longer mailed. An issue that was only discovered after 2 month and caused severe troubles for our client.
It should be an easy fix for a quite severe problem (in some cases).
The text was updated successfully, but these errors were encountered:
Symfony version(s) affected
6.3.0
Description
symfony/mailgun-mailer has a dependency on symfony/http-client, but symfony/http-client is only present as "require-dev".
How to reproduce
Require symfony/mailgun-mailer in a project that doesn't use symfony/http-client.
Possible Solution
Move the symfony/http-client dependency from "require-dev" to "require" in the composer.json file.
Additional Context
We used symfony/mailgun-mailer in a Laravel installation. After upgrading Laravel (and no longer using symfony/http-client), form submission were no longer mailed. An issue that was only discovered after 2 month and caused severe troubles for our client.
It should be an easy fix for a quite severe problem (in some cases).
The text was updated successfully, but these errors were encountered: