hayageek/oauth2-yahoo

Not installing in local system by composer.

Opened this issue · 5 comments

After you have the issue no #4.
I am trying to install in my local several time through composer. But it not working. Because it requires OAuth-client 1.0 but I have oauth2-google 2.0.

Please help me.
selection_015

Same here, will it be fixed?

can you share your composer.json ?

Here you are:

{
    "require": {
        "mustache/mustache": "^2.11",
        "jdorn/sql-formatter": "^1.2",
        "sentry/sentry": "^1.6",
        "crossjoin/browscap": "^2.0",
        "mongodb/mongodb": "^1.1",
        "kint-php/kint": "^2.0",
        "ezyang/htmlpurifier": "^4.9",
        "ghunti/highcharts-php": "^3.0",
        "ext-json": "*",
        "ext-pdo": "*",
        "ext-gettext": "*",
        "ext-soap": "*",
        "league/oauth2-client": "^2.4",
        "league/oauth2-google": "^3.0"
    },
    "autoload": {
        "classmap": [
            "system/classes/"
        ]
    }
}

Can you try install the version 2.5, i have updated the version.

It is working fine now, thanks!