Bhaveshpp

Professional Magento Developr - Healp eachother to grow

How to upgrade magento 2 version using composer?

22 May 2021 » magento2, composer

Note : use --ignore-platform-reqs if version compatibility issue occurs like https://prnt.sc/y8ds6u

Remove Old Magento 2 version

# php composer.phar remove magento/product-community-edition --no-update --ignore-platform-reqs -vvv

Install Updated

# php composer.phar require magento/product-community-edition=2.4.1 --ignore-platform-reqs -vvv