dmecke/ChatBundle

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

Closed this issue · 3 comments

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
- The requested package cunningsoft/chat-bundle 0.4.* could not be found.

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
- The requested package cunningsoft/chat-bundle 0.4.* could not be found.

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...

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

Problem 1
- The requested package cunningsoft/chat-bundle could not be found in any version, there may be a typo in the package name.

Thanks

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

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.