stevebauman/purify

Depreciation Notice: Class HTMLPurifier_Language_en_x_test does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0.

aravindpanicker opened this issue · 1 comments

Following warning started showing up when installing the package.

Deprecation Notice: Class HTMLPurifier_Language_en_x_test located in ./vendor/ezyang/htmlpurifier/library/HTMLPurifier/Language/classes/en-x-test.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201

In addition to that, the automatic package discovery didn't work and I had to manually create the storage/purify directory.

Composer version 1.10.5 2020-04-10 11:44:22
Laravel Framework 7.11.0
PHP 7.2.31 (cli) (built: May 14 2020 10:54:35) ( NTS )

Hi @aravindpanicker,

Following warning started showing up when installing the package.

Please see ezyang/htmlpurifier#252 and ezyang/htmlpurifier#246.

In addition to that, the automatic package discovery didn't work and I had to manually create the storage/purify directory.

The cache folder isn't created automatically right now. I will update it to do so during the publishing of the config file. Thanks!