kriswallsmith / assetic

Asset Management for PHP
MIT License
3.75k stars 555 forks source link

Update reference to scssphp #892

Closed greatislander closed 2 years ago

greatislander commented 5 years ago

scssphp has moved. This PR updates the composer recommendation.

stof commented 5 years ago

due to the package being an optional requirement that projects need to require themselves, this is a BC break (projects installing leafo would break when updating assetic). Would it be possible to support both the scssphp and leafo packages depending on which one is available ?

abelardolg commented 4 years ago

Hi, Any idea how to fix this issue?

Brs.

LukeTowers commented 4 years ago

This has been implemented in the 2.0 branch of assetic-php/assetic. Until we tag 2.0, you can pull it in by using "assetic/framework": "dev-2.0/dev" in your composer.json files.