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