omz13 / kirby3-xmlsitemap

kirby3 plugin to generate an xml-based sitemap
59 stars 10 forks source link

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

Open felixhaeberle opened 4 years ago

felixhaeberle commented 4 years ago

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
bnomei commented 3 years ago

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