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

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

Open
topdeveloper424 opened this issue Apr 11, 2022 · 4 comments

Comments

@topdeveloper424
Copy link

Problem 1
- s-ichikawa/laravel-sendgrid-driver[4.0.0, ..., 4.0.1] require illuminate/mail ^9.0 -> found illuminate/mail[v9.0.0-beta.1, ..., 9.x-dev] but it conflicts with another require.
- Root composer.json requires s-ichikawa/laravel-sendgrid-driver ^4.0 -> satisfiable by s-ichikawa/laravel-sendgrid-driver[4.0.0, 4.0.1].

@JanCusters
Copy link

Same in 8.52

@gtjamesa
Copy link

You need v3 of the package

@cdanielzt
Copy link

I tried to install the v3 and I got
- Root composer.json requires s-ichikawa/laravel-sendgrid-driver 3.0 -> satisfiable by s-ichikawa/laravel-sendgrid-driver[3.0.0]. - s-ichikawa/laravel-sendgrid-driver 3.0.0 requires guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.4).

@NasserFaris
Copy link

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

composer require s-ichikawa/laravel-sendgrid-driver:3.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants