Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue with Laravel 5.2 #14

Open
mahmouddev opened this issue Feb 25, 2017 · 1 comment
Open

Installation issue with Laravel 5.2 #14

mahmouddev opened this issue Feb 25, 2017 · 1 comment

Comments

@mahmouddev
Copy link

mahmouddev commented Feb 25, 2017

I tried to install laravel-omnipay via composer :composer require barryvdh/laravel-omnipayI get :

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove symfony/event-dispatcher v3.2.4
    - Conclusion: don't install symfony/event-dispatcher v3.2.4
    - omnipay/common 2.4.0 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common 2.5.2 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.3.4 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.4.1 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.5.0 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
    - omnipay/common v2.5.1 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3].
@HubertSadecki
Copy link

Run the command below before
composer require symfony/event-dispatcher:^2.8
according to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants