cancel
Showing results for 
Search instead for 
Did you mean: 

[InvalidArgumentException] - problem with extension install

[InvalidArgumentException] - problem with extension install

A developer is having the following issue trying to install our extension: 

 

We are installing Sift module in our environment however when trying to install it via composer we are getting the error below:

composer require sift/module-payment-protection
[InvalidArgumentException]
Could not find a matching version of package sift/module-payment-protection. Check the package spelling, your version constraint and that
the package is available in a stability which matches your minimum-stability (stable).

Even adding the version it does not work
composer require "sift/module-payment-protection:1.*"

 

Does this issue look like it's on the Magento side?  Or perhaps something that we need to look at with our extension developer.  This is for Magento 2.3 

1 REPLY 1

Re: [InvalidArgumentException] - problem with extension install

Hi @Sift,

 

According to the documentation on marketplace you are using correct command.

https://marketplace.magento.com/media/catalog/product/sift-module-payment-protection-1-0-0-ce/user_g...

I am hoping you have cross check the ore-requisite before installing the extension.

 

if still it’s not working for you then you need to contact the extension vendor. Sometimes vendor use custom repository for their extension.

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!