cancel
Showing results for 
Search instead for 
Did you mean: 

Magento2 installation showing outdated module issue

SOLVED

Re: Magento2 installation showing outdated module issue

Hi @michael_oluwaseyi 

You need to update your composer first then composer update. 

You can update your composer using following command:

composer require magento/product-community-edition=2.3.2 --no-update 
composer update

You can change 2.3.2 with your version  for which magento version you want to upgrade. 

Re: Magento2 installation showing outdated module issue

Thanks it worked.. How do i accept as solution?

Re: Magento2 installation showing outdated module issue

HI @michael_oluwaseyi 

Good to know that it helps you!

I think only post owner @taragurung or Moderator can accept as a solution.