nticaric / twitter-streaming-api

A PHP library for consuming Twitter’s Streaming API
MIT License
2 stars 4 forks source link

guzzle/retry-subscriber, composer issue #1

Open Wism opened 7 years ago

Wism commented 7 years ago

guzzle/retry-subscriber is not installed by composer.

Fatal error: Class 'GuzzleHttp\Subscriber\Retry\RetrySubscriber' not found in /var/www/html/packages/vendor/nticaric/twitter-streaming-api/src/TwitterStream.php on line 27

and guzzle/retry-subscriber requires guzzle ~5.0

arandilopez commented 7 years ago

@Wism @nticaric no response about this???

birchcode commented 7 years ago

+1 If you follow instructions followed in the readme this is what happens.

mmsa commented 7 years ago

I am working in a new version to fix this issue here : https://github.com/mmsa/twitter-streaming-api

divick commented 5 years ago

@mmsa Hi there. I tried your code too with guzzle 6.3.3 and guzzle subscriber 0.3 but it doesn't seem to work. Could you please confirm if it works for you?