HTMLMin / Laravel-HTMLMin

A simple HTML minifier for Laravel 5, 6, 7, 8 & 9.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prepare for Laravel 8

rcerljenko opened this issue · comments

Laravel 8 will be released on September 8th. Can we check that the library is safe to work with Laravel 8 and update the composer version flags accordingly?

In the meantime, you can update your composer.json to use the following version:

"htmlmin/htmlmin": "dev-master#e67fe976e3fd1e92568341ce84f338fa4c0ffc47"

Make sure to replace this with a tagged version once it's officially released.

Are you planning on releasing the new tagged version (with Laravel 8 support) anytime soon?
Thanks!

Anyone know of a more updated package or fork to use?

It looks like this may be done already? e67fe97

@dmyers It was done already, but a release needs to be tagged so it can be referenced more easily in Composer.

Oh good catch @Calinou I didn't see that. Hopefully that can be tagged soon.

Hi everyone,

My mistake i didn't tag the release as soon as i added support for Laravel 8.