HTMLMin / Laravel-HTMLMin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packagist must be update for Laravel 5.8

whthT opened this issue · comments

As of now, the packagist supports the Laravel 5.7 version in the latest release. I ask that this be corrected.

I'm no longer maintaining this package. It's been handed over to new maintainers.

@GrahamCampbell - you are the account linked at Packagist - I believe you are the only one who can change the Packagist settings to the new way github requires.

@srmklive - are you the main maintainer now for this repo?
If so could you contact @GrahamCampbell & between you work out how to update the package on Packagist please.

Package is already updated for Laravel 5.8

@srmklive most developers use packagist to install packages from composer,
please create a new one or update previous.
thanks!

Sorry for responding late. In the mean time please use the following in your composer.json file to use it for 5.8

htmlmin/htmlmin: dev-master

@srmklive Please go to https://packagist.org/trigger-github-sync/. This should fix the issue with packagist.

Packagist is updated & is showing 5.8.0 as latest version.

Packagist is still reporting the webhook has not been updated.

This should not be so difficult to create a new release that should be done

git tag -a 5.8.0 -m "v5.8.0"
git push --tags

Webhook has been updated for Packagist.

God thank u