Plugin does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0
felixhaeberle opened this issue · comments
Felix Häberle commented
I get the following warning message,please fix this to comply with Composer V2.0:
Class omz13\XMLSitemap located in ./site/plugins/kirby3-xmlsitemap/src/xmlsitemap.php does not comply with psr-4 autoloading standard.
It will not autoload anymore in Composer v2.0. in phar:///Applications/DevDesktop/tools/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class omz13\XMLSitemap located in ./site/plugins/kirby3-xmlsitemap/src/xmlsitemap.php does not comply with psr-4 autoloading standard.
It will not autoload anymore in Composer v2.0. in phar:///Applications/DevDesktop/tools/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
Bruno Meilick commented
@omz13 composer 2 is released. please merge the PR.