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 - no matching packages #20

Closed
slawojstanislawski opened this issue Aug 8, 2015 · 2 comments
Closed

composer - no matching packages #20

slawojstanislawski opened this issue Aug 8, 2015 · 2 comments

Comments

@slawojstanislawski
Copy link

Upon executing composer update, the following error shows up:

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

Problem 1
- Installation request for symfony/validator dev-master -> satisfiable by symfony/validator[dev-master].
- symfony/validator dev-master requires symfony/translation ~2.8|~3.0 -> no matching package found.
Problem 2
- Installation request for adrotec/breeze.server.php dev-master -> satisfiable by adrotec/breeze.server.php[dev-master].
- adrotec/breeze.server.php dev-master requires jms/serializer ~1.0 -> no matching package found.

Perhaps your package should depend on stable releases instead of dev-master? I changed "dev-master" to "@dev" and it temporarily fixes the problem, for the lack of any better/quicker solution, if that can be called so.

It's acutally an issue with the demo: https://github.com/adrotec/breeze.server.php.demo

@safrazik
Copy link
Owner

This issue was moved to safrazik/breeze.server.php.demo#1

@safrazik
Copy link
Owner

the library itself doesn't depend on any development packages. But the demo requires dev of this library for testing. It is not an issue of the library but the demo.

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