mirakl / sdk-php-shop

Mirakl PHP SDK for sellers
29 stars 16 forks source link

Latest deploy references invalid file #27

Closed ethmelly closed 2 years ago

ethmelly commented 2 years ago

Hello,

In this latest commit : https://github.com/mirakl/sdk-php-shop/blob/c182e38d7ea7c8346e2643b7fc30eb2cb90a64ec/composer.json#L19 A reference to autoload.php file was added but this file does not exist.

PHP Warning: require(/PATH_TO_MAGENTO/vendor/composer/../mirakl/sdk-php-shop/src/Mirakl/autoload.php): failed to open stream: No such file or directory in /PATH_TO_MAGENTO/vendor/composer/autoload_real.php on line 70

Please update composer.json since we are unable to install mirakl/magento2-seller-connector at this moment due to the above mentioned error.

dag-inbase commented 2 years ago

I can confirm this. Btw: v1.14.0 does not have this issue, so we downgraded to this version till this bug is fixed:

"require": { ... "mirakl/sdk-php-shop": "<=1.14", ... },

jreinke commented 2 years ago

Hello,

Thanks for your feedback. Indeed, an error occurred during the packaging of the new version. It has been fixed this morning.

Best.