snowfire / Beautymail

Send beautiful HTML emails with Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packagist not detecting the latest master commit

ishenkoyv opened this issue · comments

emilsundberg made a commit several days ago to lock Pelago\Emogrifier to version 2.2.0 as Pelago\Emogrifier::disableInvisibleNodeRemoval() was deprecated and removed. https://packagist.org/packages/snowfire/beautymail#dev-master still keeps outdated version 6f503e1 with pelago/emogrifier: @dev.
To resolve it's required to add "pelago/emogrifier": "2.2.0" to your composer.json or use dev-master with latest commit.

I've manually updated the package @ Packagist now