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

composer require issues #11

Closed
jacksonkr opened this issue Mar 7, 2017 · 1 comment
Closed

composer require issues #11

jacksonkr opened this issue Mar 7, 2017 · 1 comment

Comments

@jacksonkr
Copy link

$ composer require edamov/pushok
...
  Problem 1
    - Can only install one of: edamov/pushok[0.2.3, 0.1.x-dev].
    - Can only install one of: edamov/pushok[0.1.x-dev, 0.2.3].
    - Installation request for edamov/pushok ^0.2.3 -> satisfiable by edamov/pushok[0.2.3].
    - Installation request for edamov/pushok 0.1.x-dev -> satisfiable by edamov/pushok[0.1.x-dev].

I'm not sure exactly what this means but from my searches it sounds like I'm stuck.

@edamov
Copy link
Owner

edamov commented Mar 7, 2017

Try to specify version:

$ composer require edamov/pushok:0.2

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