jdavidbakr / mail-tracker

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

Installation Fails #171

Closed karandatwani92 closed 2 years ago

karandatwani92 commented 2 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

PHP VERSION:

PHP 8.1.2 (cli) (built: Jan 19 2022 10:18:23) (ZTS Visual C++ 2019 x64) Copyright (c) The PHP Group Zend Engine v4.1.2, Copyright (c) Zend Technologies

LARAVEL VERSION:

v8.83.7@0706abf5c99d3b14149fcf79c95074dadd40b203

Other packages with the same requirement "require illuminate/support ~9.0" are installed and working.

jdavidbakr commented 2 years ago

For Laravel < 9 you need to use version 5.*. There was a fundamental change in Laravel 9 that completely changed the way it sends mail, and this package had to be rewritten for Laravel >= 9.