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 - Problem resolving depedencies #8

Closed
Maxwell2022 opened this issue Feb 13, 2013 · 4 comments
Closed

Composer - Problem resolving depedencies #8

Maxwell2022 opened this issue Feb 13, 2013 · 4 comments
Labels

Comments

@Maxwell2022
Copy link
Contributor

Here is my composer.json:

"require": {
       ...
        "leezy/pheanstalk-bundle" : "1.*"
    },

and here is the error:

$ php composer.phar update leezy/pheanstalk-bundle
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - leezy/pheanstalk-bundle 1.0.3 requires pda/pheanstalk dev-master -> no matching package found.
    - leezy/pheanstalk-bundle 1.0.2 requires pda/pheanstalk dev-master -> no matching package found.
    - leezy/pheanstalk-bundle 1.0.1 requires mrpoundsign/pheanstalk-5.3 * -> no matching package found.
    - leezy/pheanstalk-bundle 1.0.0 requires mteneur/pheanstalk-5.3 * -> no matching package found.
    - Installation request for leezy/pheanstalk-bundle 1.* -> satisfiable by leezy/pheanstalk-bundle 1.0.0, leezy/pheanstalk-bundle 1.0.1, leezy/pheanstalk-bundle 1.0.2, leezy/pheanstalk-bundle 1.0.3.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
@armetiz
Copy link
Owner

armetiz commented Feb 13, 2013

Actually this bundle use the master branch of pda/pheanstalk.
I guess your composer.json use stable versions.

So,
Use a minimum-stability "dev" or add a dependency to "pda/pheanstalk": "dev-master".

In the next days, I'll looked inside this bundle & pda/pheanstalk to use only stable version.

@Maxwell2022
Copy link
Contributor Author

Yeah, it's what I've done at the end (adding the "pda/pheanstalk": "dev-master").
Would be great to have it out of the box ;)

@armetiz
Copy link
Owner

armetiz commented Feb 14, 2013

There is only one version of pda/pheanstalk available on composer.. This is the master branch.

I have update the README of this bundle to add a warning.
Also, I have create a new issue on pda/pheanstalk : pheanstalk/pheanstalk#65

@armetiz armetiz closed this as completed Feb 14, 2013
@Maxwell2022
Copy link
Contributor Author

thanks ;)

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

No branches or pull requests

2 participants