Skip to content

Upgrading to Magento 2.4.7-p1

I have magento community 2.4.4-p2. I would like to upgrade to the latest version i think is 2.4.7-p1.

I did this :

composer require-commerce magento/product-community-edition 2.4.7-p1 --no-update
composer update -W

and I get this error:

Problem 1
    - laminas/laminas-log[2.15.0, ..., 2.17.0] require psr/log ^1.1.2 -> satisfiable by psr/log[1.1.2, 1.1.3, 1.1.4].
    - You can only install one version of a package, so only one of these can be installed: psr/log[1.0.0, ..., 1.1.4, 2.0.0, 3.0.0].
    - magento/product-community-edition 2.4.7-p1 requires psr/log ^2 || ^3 -> satisfiable by psr/log[2.0.0, 3.0.0].
    - Conclusion: don't install psr/log 3.0.0 (conflict analysis result)
    - Root composer.json requires magento/product-community-edition 2.4.7-p1 -> satisfiable by magento/product-community-edition[2.4.7-p1].
    - Root composer.json requires laminas/laminas-log ^2.15 -> satisfiable by laminas/laminas-log[2.15.0, ..., 2.17.0].

If doesnt make any sense i mean magento 2.4.7-p1 requieres psr/log v2 or v3 and laminaslog cant work with those versions and its also required.

Please any help,

Thanks