dmecke / ChatBundle

MIT License
15 stars 13 forks source link

error with composer #20

Open florianpdf opened 8 years ago

florianpdf commented 8 years ago

Hy All. I try to install your bundle with Symfony 3, but i have an error with composer: So i've used "cunningsoft/chat-bundle": "0.5.*"

But when use composer update cunningsoft/chat-bundle i have the following error:

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

Problem 1

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.

Can anyone help me?

Thanks in advance

dmecke commented 8 years ago

Maybe your minimum-stability is set to something different than dev? That causes composer to not include any package with dev stability only (which 0.5.* is). You could instead try to use 0.5.*@dev to allow it for this package. But I think this will not work as well as this bundle does not support Symfony 3 yet. If you can up with the necessary changes, a pull request would be very welcome!

OriolLlovera commented 7 years ago

Isn't still unworking for Symfony3?