fennb/phirehose

cannot update with latest changes to twitter streaming api version

Closed this issue · 0 comments

I have noticed that there was a change made against twitter streaming api version, but I cannot get the latest change with composer.

The following is what I have at momment,

{
    "require": {
        "fennb/phirehose": "1.0.*"
    },
    "autoload": {
        "psr-0": { "": "src/" }
    },
    "minimum-stability": "stable"
}

However I also have tried with

{
    "require": {
        "fennb/phirehose": "dev-master"
    },
    "autoload": {
        "psr-0": { "": "src/" }
    },
    "minimum-stability": "dev"
}

and

{
    "require": {
        "fennb/phirehose": "dev-master#5cb4430939c6a12e2435add954c7ccc2b6dd817c"
    },
    "autoload": {
        "psr-0": { "": "src/" }
    },
    "minimum-stability": "dev"
}

still can not get the latest change. Could you please release this change as a new version?