wagnerwagner / merx

Merx is a plugin to create online shops with Kirby.
https://merx.wagnerwagner.de
102 stars 10 forks source link

Merx stopped working with Composer 2.0 #20

Closed efavaro closed 3 years ago

efavaro commented 3 years ago

In Composer 2.0 I get:

Class Wagnerwagner\Merx\Cart located in ./site/plugins/merx/src/cart.php does not comply with psr-4 autoloading standard. Skipping.
Class Wagnerwagner\Merx\Gateways located in ./site/plugins/merx/src/gateways.php does not comply with psr-4 autoloading standard. Skipping.
Class Wagnerwagner\Merx\Merx located in ./site/plugins/merx/src/merx.php does not comply with psr-4 autoloading standard. Skipping.
Class Wagnerwagner\Merx\Payment located in ./site/plugins/merx/src/payment.php does not comply with psr-4 autoloading standard. Skipping.
Class Wagnerwagner\Merx\ProductList located in ./site/plugins/merx/src/productList.php does not comply with psr-4 autoloading standard. Skipping.

Here I found an upgrading guide https://getcomposer.org/upgrade/UPGRADE-2.0.md

tobiasfabian commented 3 years ago

Fixed in 1.4.2

Thanks for your patience and sorry for the late bug fix.