Zend certified PHP/Magento developer

Installing Magento enterprise edition

I am a plugin developer for Magento. We recently got a mail that our marketplace submission will be delisted, because it is not compatible with the latest Adobe commerce release.

When using composer to install this enterprise version we get (doesn’t matter what stability is chosen, in this example dev):

executing from commandline on linux:

composer create-project –repository-url=https://repo.magento.com/ magento/project-enterprise-edition magento.cointopay.com –stability dev

result:

Could not find package magento/project-enterprise-edition with stability dev.

Could not find package magento/project-enterprise-edition with stability stable.

Please help so we can make our plugin ready for magento enterprise. Thanks in advance.