Zend certified PHP/Magento developer

Upgrade magento 2.4.3 to 2.4.4

Hello after reading many threads i read that following are the steps in order to update magento with composer

  1. composer require magento/product-community-edition=2.4.4 –no-update
  2. composer update

As result i got following error: https://ibb.co/Mnw4p0H

In order to fix i tried

  1. auth.json with repo username/password

  2. composer.json with following: https://github.com/magento/magento2/blob/2.4.4/composer.json

  3. added into composer.json following

    “repositories”: [
    {
    “type”: “composer”,
    “url”: “https://repo.magento.com/”
    }
    ],

but nothing to do..
Thanks