Stripe demands:
Running the
composer require amasty/module-stripe
SSH command as a part of usual install process (please see our guide) should fetch stripe/stripe-php package properly.
In most cases no additional actions required.
Please use the
composer require amasty/module-stripe --update-with-all-dependencies
SSH command instead.
Reason: exact version of either amasty/base or stripe/stripe-php is enlisted in your composer.json .
Please open [Magento root folder]/composer.json , locate and remove
"packagist": false,
string, then save this change in this file and re-try install attempt.
Reason: as per official Composer guideline, packagist.org usage is often disabled, for better performance's sake.
Once stripe/stripe-php has been installed - 'packagist' can be disabled again.
Login and Registration Form