jdavidbakr / mail-tracker

Package for Laravel to inject tracking code into outgoing emails.
MIT License
570 stars 129 forks source link

Upgrade to Guzzle 7 because it's not compatible with Laravel 8.4 #143

Closed LonnyX closed 3 years ago

LonnyX commented 3 years ago

I am not able to install this package in a Laravel 8.4 applications.

This is what I have : image

jdavidbakr commented 3 years ago

I think this is another issue outside of this package, I have it installed just fine with a project using Guzzle 7.3.0 and Laravel 8.52.

Stiropor commented 3 years ago

Same thing just happened to me using Laravel v8.51

LonnyX commented 3 years ago

@Stiropor I fixed this by removing completely composer.lock & /vendor

Stiropor commented 3 years ago

Thanks @LonnyX this worked perfectly. This package is awesome!