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
Solved! Go to Solution.
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!
For clarification I want to stay on 2.3 and move to 2.3.6*
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!
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.