Stolz / Assets

An ultra-simple-to-use assets management library for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change minify requirement to a newer version

Joshua-F opened this issue · comments

I've been trying to find out the problem when minifying a specific file and finally found the issue, which appears has been fixed in a newer version of mrclay/minify found here.

Issue found here.

It would be nice if you updated the composer file here so that commit will be used.

bump

commented

Those changes have not yet been merged into any of the mrclay/minify versions available via composer other than the "dev-master". I wouldn't mind to base my work on develop branches as long as they are numbered. "dev-master" is not numbered. The latest numbered version of mrclay/minify is 3.0.x-dev bce6fac, which still uses cssmin.php v2.4.8-2 and not v2.4.8-4.

I keep this issue open until those changes are merged to a numbered version installable via composer. If you notice the changes are included in any numbered release please let me know.

commented

I'm closing this. mrclay/minify development seems stalled. You should open an issue on that repo asking for a composer release with the latest changes.

mrclay has tagged 2.2.1

commented

Perfect. Then no change should be needed as current composer.json requires mrclay/minify ~2.1, which includes 2.2.1. A standard composer update should bring the new mrclay/minify version.