cakephp websocket ratchet install error -
i trying install cakephp ratchet plugin in existing project. cakephp version 2.4.3. says follow this link has following steps: $ cd myproject/app/ $ curl -s https://getcomposer.org/installer | php $ php composer.phar require --no-update opauth/opauth:dev-wip/1.0 opauth/twitter:dev- wip/1.0 $ php composer.phar config vendor-dir vendor $ php composer.phar install i not familiar composer , when last step,it shows following error.... your requirements not resolved installable set of packages. problem 1 - requested package opauth/opauth not found in version, there may typo in package name. problem 2 - requested package opauth/twitter not found in version, there may typo in package name. potential causes: - typo in package name - package not available in stable-enough version according minimum-stability setting edit: composer.json this { "require": { "opauth/opauth": "dev-wip/1.0", "opauth/twitter": "dev-wip/1....