snowfire / Beautymail

Send beautiful HTML emails with Laravel
1.24k stars 207 forks source link

PHP 8.1+ ERROR #140

Closed dev-techguy closed 1 year ago

dev-techguy commented 2 years ago

Problem 1

dev-techguy commented 2 years ago

How soon will this be resolved?

emilsundberg commented 2 years ago

I'm not using 8.1 yet. You are free to send a PR to solve this issue. I guess we need to upgrade our dependency on emogrifier to 6.

dev-techguy commented 2 years ago

Kindly.

realtebo commented 2 years ago

We too have a project locked down to laravel 8 due to dependency with this project and (indirectly) with new pelago/emogrifier

Please upgrade dependency

gfernandez-me commented 2 years ago

just need to change the composer json to something like this:

"require": {
        "php": ">=7.3.0",
        "pelago/emogrifier": "dev-main",
        "illuminate/support": "^9.17.0"
    },
my fork: https://github.com/gfernandez-me/Beautymail/blob/master/composer.json
lloricode commented 2 years ago

https://github.com/Snowfire/Beautymail/issues/143#issuecomment-1272675977

emilsundberg commented 1 year ago

New release tagged