cancel
Showing results for 
Search instead for 
Did you mean: 

Can't install extension prisync/pricer over composer

Can't install extension prisync/pricer over composer

Marketplace Magento doesn't let customer install by package download. They only let customer install extension over composer. But when I try to install extension composer require prisync/pricer. It show a bug like this:

https://prnt.sc/1vtjedz

 

Any help will be appreciated!

3 REPLIES 3

Re: Can't install extension prisync/pricer over composer

Hello @David Duong 

 

You can need to manually run the command to install the dependency. Marketplace does not allow extension vendors to install dependency directly.

 

If you get the solution then please, "Kudos" and "Accept as Solution" for Token of Appreciation

Re: Can't install extension prisync/pricer over composer

Hi David,

 

You're correct. This is just to promote the best practice of installing extensions via Composer, direct package download from the My Purchases page has been disabled.

 

Try to upgrade Composer 1 to Composer 2 and check again?

 

Also, share your composer.json file?

With Thanks!
Shyam

Re: Can't install extension prisync/pricer over composer

I found we can fix it by rename file auth.json.sample to auth.json then add your key to this file then you can install over the composer

More details:
https://devdocs.magento.com/guides/v2.4/install-gde/prereq/connect-auth.html

Hope it helps someone!