-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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 - Can only install one of: stripe/stripe-php[v3.23.0, v5.5.0]. - Can only install one of: stripe/stripe-php[v5.5.0, v3.23.0]. - Can only install one of: stripe/stripe-php[v3.23.0, v5.5.0]. - flosch/stripe-bundle 0.1.9 requires stripe/stripe-php ~3.23 -> satisfiable by stripe/stripe-php[v3.23.0]. - Installation request for flosch/stripe-bundle ^0.1.9 -> satisfiable by flosch/stripe-bundle[0.1.9]. - Installation request for stripe/stripe-php (locked at v5.5.0) -> satisfiable by stripe/stripe-php[v5.5.0]. Installation failed, reverting ./composer.json to its original content.
How can I solve this issue?