WyriHaximus / HtmlCompress

MIT License
77 stars 17 forks source link

Composer warning #155

Closed jimblue closed 2 years ago

jimblue commented 2 years ago

Hello,

First thank you for your amazing package, loving it :)

It's absolutely not urgent or breaking, but just to let you know that I've seen the following Composer warning while installing HtmlCompress:

Generating optimized autoload files
Warning: Ambiguous class resolution, "WyriHaximus\Compress\CompressorInterface" was found 2x: in "/Users/jim/Development/websites/immersion-pictures/vendor/wyrihaximus/compress/src/CompressorInterface.php" and "/Users/jim/Development/websites/immersion-pictures/vendor/wyrihaximus/compress-contracts/src/CompressorInterface.php", the first will be used.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump

All the best

WyriHaximus commented 2 years ago

Hey @jimblue, let me have a look as that shouldn't be happening.

WyriHaximus commented 2 years ago

Found the issue :tada:

WyriHaximus commented 2 years ago

Just tagged 4.2.0 that should resolve this issue for you

jimblue commented 2 years ago

Fixed 🎉 awesome @WyriHaximus thank you so much for you help :)

WyriHaximus commented 2 years ago

You're welcome 👍 !