Hello after reading many threads i read that following are the steps in order to update magento with composer
- composer require magento/product-community-edition=2.4.4 –no-update
- composer update
As result i got following error: https://ibb.co/Mnw4p0H
In order to fix i tried
-
auth.json with repo username/password
-
composer.json with following: https://github.com/magento/magento2/blob/2.4.4/composer.json
-
added into composer.json following
“repositories”: [
{
“type”: “composer”,
“url”: “https://repo.magento.com/”
}
],
but nothing to do..
Thanks