Adyen / adyen-magento2-express-checkout

Adyen Magento 2 Express Checkout Module
MIT License
8 stars 2 forks source link

Incorrect version in composer.json file. #30

Closed smiroshnyk closed 1 year ago

smiroshnyk commented 1 year ago

Your composer version is not set, so it's impossible to request the 1.1.0 module version.

Try to request version 1.1.0 using this command - composer require adyen/adyen-magento2-expresscheckout:1.1.0

Install the module with 1.1.0 version

image

Check your 1.1.0 tag

Url to file - https://github.com/Adyen/adyen-magento2-express-checkout/blob/12a80d8e09fc559e8fafb672b9e2faf570bae288/composer.json#L5

raoulritter commented 1 year ago

Hey @smiroshnyk,

Apologies for our mistake. It has been fixed in the minor version 1.1.1. If you do composer require adyen/adyen-magento2-expresscheckout. You should be able to get the new version. Apologies for any inconvenience.

Kind regards,

Raoul Ritter

smiroshnyk commented 1 year ago

Hello, @raoulritter. Thanks, it works for now. Best regards, Stanislav Miroshnyk.