cancel
Showing results for 
Search instead for 
Did you mean: 

Stuck on 2.3.5-p1

SOLVED

Stuck on 2.3.5-p1

Hi,

 

Im currently on 2.3.5-p1 when using the wizard im told there are no new releases. When running a composer check I get the following:

 

composer show magento/product-community-edition 2.3.* --all --no-plugins | grep -m 1 versions
versions : * 2.3.5-p1

My installation was through my hosting company, is it based on the version they have or is this pulling directly from magento?

 

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Stuck on 2.3.5-p1

Hi @christopher_bil ,

 

could you please try below command to upgrade to magento version 2.3.6.

 

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

composer update

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!

 

View solution in original post

3 REPLIES 3

Re: Stuck on 2.3.5-p1

For clarification I want to stay on 2.3 and move to 2.3.6*

Re: Stuck on 2.3.5-p1

Hi @christopher_bil ,

 

could you please try below command to upgrade to magento version 2.3.6.

 

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

composer update

 

Hope this helps you!

Problem Solved! Click Kudos & Accept as Solution!

 

Re: Stuck on 2.3.5-p1

Thank you. I think the main issue was the my hosting company had installed Composer v2

 

I pulled down a copy of composer 1 and used it to run the upgrade from cli. The items that have composer api v2 dependencies are now on versions compatible with v2

im now running 2.3.6 successfully.