tiago montoya
tiago montoya

Reputation: 23

How to fix Installation request for stripe/stripe-php ^6.37 -> satisfiable by stripe/stripe-php[v6.37.0]. error

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

Answers (1)

MohammadReza Abbasi
MohammadReza Abbasi

Reputation: 500

for install last version use

composer require stripe/stripe-php:v6.37.0
composer require PACKEG:VERSION

Upvotes: 1

Related Questions