omz13 / kirby3-xmlsitemap

kirby3 plugin to generate an xml-based sitemap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0

felixhaeberle opened this issue · comments

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

@omz13 composer 2 is released. please merge the PR.