Should I still see Composer message about deprecated account-level Composer keys if I already migrated to project-level keys?
If you have any Amasty repository added to your composer.json file, it'll generate the following notification when you'll be trying to make any changes to packages via composer:
This message is shown to all customers using our repositories, regardless if they've already switched to project-level Composer keys or no. In case you've already performed the migration, this message can be ignored. It'll be removed later on after key migration process is fully complete.
Related Articles
Where can I find Composer access keys?
When installing the package from the Amasty Composer repository for the first time, the system requests the login (Public Key) and password (Private Key). These access keys can be found in the customer account under License Registration tab inside ...
How to switch to project-level composer keys from old account-level keys?
The option of creating composer keys in Products tab of amasty.com accounts was deprecated, and such account-level keys have been deactivated. This means that Amasty extensions can't be downloaded using such keys anymore. To avoid any service ...
I keep my extensions under different amasty.com accounts. How do I manage the Composer keys?
Composer keys can’t be transferred or united once they're created. However, as an alternative option, you can create a License Registration project in one of your amasty.com accounts that will have its own composer keys, and share that project with ...
Composer doesn’t allow me to update the module to the latest version. Is there a solution for it?
While updating Amasty extensions via composer, you may encounter a Nothing to install, update or remove message, as if there are no updates for the modules. There are several possible reasons why the composer is not fetching the latest version of the ...
I’m trying to install the module via composer, but the package is not found. How to resolve it?
Composer is the dependency manager that allows you easily download the required files on your server. The files are located on a remote server, or a repository, that you need to add to the list of “known” ones and authenticate to using the username ...