Open julkue opened 9 years ago
The project currently is not PSR-4 compatible. To be compatible the namespaces should be PHPWee\HTMLMin, PHPWee\CSSMin, PHPWee\JSMin or you should put all that libraries into one directory "PHPWee"
PHPWee\HTMLMin
PHPWee\CSSMin
PHPWee\JSMin
I made a pull request for this matter: https://github.com/searchturbine/phpwee-php-minifier/pull/8
The project currently is not PSR-4 compatible. To be compatible the namespaces should be
PHPWee\HTMLMin
,PHPWee\CSSMin
,PHPWee\JSMin
or you should put all that libraries into one directory "PHPWee"