vemcogroup / laravel-sparkpost-driver

SparkPost driver to use with Laravel
MIT License
40 stars 16 forks source link

Version constraint for symfony/mailer #39

Closed ejunker closed 4 months ago

ejunker commented 4 months ago

I see that from version 5.0.6 to 5.0.7 the version constraint was changed from symfony/mailer ^6.0 to ^7.0. The problem is that Laravel 10 still requires symfony/mailer ^6.0. You might need to change it to ^6.0 | ^7.0 so that it works with Laravel 10 and 11.

danijelk commented 4 months ago

Pushed, thanks!