You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project I incllude this library and natxet\CssMin with composer
I have this error when calling PhpWee\Minify::html($html);
PHP Catchable fatal error: Argument 1 passed to aCssMinifierFilter::__construct() must be an instance of CssMinifier, instance of PHPWee\\CssMinifier given, called in [...]/vendor/searchturbine/phpwee-php-minifier/src/CssMin/CssMin.php on line 1994 and defined in [...]/vendor/natxet/CssMin/src/CssMin.php on line 250
Can you please add CssMin and JsMin as composer dependencies instead of making a code copy ?
I think it will be a better practice
The text was updated successfully, but these errors were encountered:
In my project I incllude this library and natxet\CssMin with composer
I have this error when calling
PhpWee\Minify::html($html);
Can you please add CssMin and JsMin as composer dependencies instead of making a code copy ?
I think it will be a better practice
The text was updated successfully, but these errors were encountered: