Magento2 I have created a custom module & uploaded on package list so that anyone can download the module via composer. For downloading the module we are using the following command.
sudo composer require cuspay/exetension:dev-main
We are getting following error
[InvalidArgumentException]
Could not find package cuspay/exetension.
Did you mean this?
cuspay/exetension
Can some one guide ma on what could be the issue? It would be a great help, thanks