Skip to content
Advertisement

composer require s-ichikawa/laravel-sendgrid-driver failed in laravel 8.54

I downloaded the latest laravel framwork 8.54 and tried to install composer require s-ichikawa/laravel-sendgrid-driver, but it failed. enter image description here

is there any solution?

Advertisement

Answer

It looks like version 4 of s-ichikawa/laravel-sendgrid-driver requires version 9 of illuminate/mail, but Laravel 8.x uses version 8.x of illuminate/mail.

Can you try to install version 3 of s-ichikawa/laravel-sendgrid-driver instead?

composer require s-ichikawa/laravel-sendgrid-driver:3.0.4
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement