flo-sch / stripe-bundle

A symfony >= 3 integration for the Stripe PHP SDK
MIT License
29 stars 10 forks source link

Can't install to Symfony 3.2 #6

Open diriy opened 6 years ago

diriy commented 6 years ago

When I tried to install the bundle using composer, I received the following output at the console:

` composer require flosch/stripe-bundle Using version ^0.1.9 for flosch/stripe-bundle ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages. Problem 1

How can I solve this issue?

flo-sch commented 6 years ago

Hey @diriy, that means that your are requesting incompatible packages.

This bundle is a bit out of date, and requires a version of Stripe (v3) which is not the last one (currently seems to be v5.5)

However, this is not a problem with symfony ; I am still using this bundle in several projets of Symfony 3.3.10 :)

I guess that you have also required Stripe SDK (v5) directly in your composer.json ?

flo-sch commented 6 years ago

FYI I plan to support Stripe v5 in the near future, just did not have the time to dig into it for now.