- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2022
02:28 AM
05-25-2022
02:28 AM
Magento 2.4.4 EE composer update issue
I have installed fresh magento enterprise edition, after installation, the command
composer install
was run successfully. Now when I run the command
composer update
I am getting this error,
Root composer.json requires magento/product-enterprise-edition 2.4.4, found magento/product-enterprise-edition[2.4.4] in the lock file but not in remote repositories, make sure you avoid updating this package to keep the one from the lock file.
Please help me resolve this issue.
Thanks
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2022
09:58 PM
05-25-2022
09:58 PM
Re: Magento 2.4.4 EE composer update issue
I have solved the issue. The saved credentials in auth.json file was related to non enterprise account.
So I just deleted the file and run composer update again, it asked for the username and password. Then I used enterprise account access keys and it's working fine.