kirby3-xmlsitemap icon indicating copy to clipboard operation
kirby3-xmlsitemap copied to clipboard

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

Open felixhaeberle opened this issue 4 years ago • 1 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

felixhaeberle avatar May 30 '20 12:05 felixhaeberle

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

bnomei avatar Oct 27 '20 09:10 bnomei