hayageek / oauth2-yahoo

Yahoo Provider for the OAuth 2.0 Client
MIT License
7 stars 14 forks source link

Not installing in local system by composer. #6

Open inkxe-radhanatha opened 5 years ago

inkxe-radhanatha commented 5 years ago

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

kilkujadek commented 5 years ago

Same here, will it be fixed?

hayageek commented 5 years ago

can you share your composer.json ?

kilkujadek commented 5 years ago

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/"
        ]
    }
}
hayageek commented 5 years ago

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

kilkujadek commented 5 years ago

It is working fine now, thanks!