cancel
Showing results for 
Search instead for 
Did you mean: 

upgrade to 2.3 from 2.7

SOLVED

upgrade to 2.3 from 2.7

hello guys,

 

i am getting an error like " Magento/inventory-composer-installer 1.0.3 requires composer-plug in-api ^1.1 -> no matching package found." when upgrading command line in Magento 2.

 

please give any ideas.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: upgrade to 2.3 from 2.7

Hi @alpesh_patel,

 

I think you need to update your composer to a newer version to fix this issue. But first, check your version number by running the following command:

composer --version

 Then run this command to update your composer:

composer self-update

 This should fix your issue. 

View solution in original post

1 REPLY 1

Re: upgrade to 2.3 from 2.7

Hi @alpesh_patel,

 

I think you need to update your composer to a newer version to fix this issue. But first, check your version number by running the following command:

composer --version

 Then run this command to update your composer:

composer self-update

 This should fix your issue.