i have done everything as according to the push tutorial, but for some reason am still getting the same error for the past two days, i did a PHP binding with zeroMQ and everything is fine. My Composer.json
{
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"MyApp": "src"
}
},
"require": {
"cboden/Ratchet": "0.2.*"
, "react/zmq": "0.1.*"
}
}
when i run composer.phar install and update all iz ok and nothing to update
and i include the require dirname(__DIR__) . '/vendor/autoload.php'; line in my push-server.php...i have tried everything don't know what to do next