You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the package rename has left composer confused - perhaps a new packagist entry is needed?
$ composer require amzn/amazon-pay-sdk-php
[InvalidArgumentException]
Could not find package amzn/amazon-pay-sdk-php at any version for your mini
mum-stability (stable). Check the package spelling or your minimum-stability
As a work around, I was able to install after adding a custom repository to let composer know where to look:
@capellidev with the repository added, you should now be able to run composer require amzn/amazon-pay-sdk-php and it will find the package. Or, you can directly add a new entry to the require section and then run composer update.
It seems the package rename has left composer confused - perhaps a new packagist entry is needed?
As a work around, I was able to install after adding a custom repository to let composer know where to look:
The text was updated successfully, but these errors were encountered: