dmecke / ChatBundle

MIT License
15 stars 13 forks source link

Symfony2.3+ not able to install using composer... #12

Closed vistarainfo closed 10 years ago

vistarainfo commented 10 years ago

Hi,

I am getting this erros not able to install..

You can see logs..

amphee@amphee /var/www/test/symfony2.3 $ composer update cunningsoft/chat-bundle Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems. amphee@amphee /var/www/test/symfony2.3 $ composer update --dev Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems. amphee@amphee /var/www/test/symfony2.3 $

Any one can help... thanks in Advance...

bmundarain commented 10 years ago

Hi, I am getting the same error. I hope to anyone find the solution and tell us.

Problem 1

Thanks

Luciam91 commented 10 years ago

Looking at the composer.json file I think this only works in 2.3, not anything above; I tried in 2.5 and got the same error

dmecke commented 10 years ago

I think the reason is that the stability of this library is "dev" while your least required stability is above. Please try to include the chat bundle by appending an "@dev" to the version number like "cunningsoft/chat-bundle": "0.4.*@dev" or using a stable version like 0.3 instead.