safrazik / breeze.server.php

Breeze JS support for PHP applications
MIT License
29 stars 11 forks source link

composer - no matching packages #20

Closed slawojstanislawski closed 9 years ago

slawojstanislawski commented 9 years ago

Upon executing composer update, the following error shows up:

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

Problem 1

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 commented 9 years ago

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

safrazik commented 9 years ago

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.