jdavidbakr / mail-tracker

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

Issue upgrading to Laravel 8 with this package #208

Closed therecluse26 closed 1 year ago

therecluse26 commented 1 year ago

Hi, when trying to upgrade to Laravel ^9.6 from v8 (also upgrading your package to v 7), I get hit with this error.

laravel/framework replaces illuminate/support and thus cannot coexist with it.

Is there a reason that you're requiring illuminate/support instead of laravel/framework and is there a workaround for me other than removing this package?