Reputation: 23
I'm trying to use stripe in my laravel application and I'm failing to download the required files via composer. I'm getting the following error which is stopping everything from running:
Installation request for stripe/stripe-php ^6.37 -> satisfiable by stripe/stripe-php[v6.37.0].
How can I fix this error please help?
Upvotes: 2
Views: 1771
Reputation: 500
for install last version use
composer require stripe/stripe-php:v6.37.0
composer require PACKEG:VERSION
Upvotes: 1