Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for Laravel 5.5 and 5.6 #351

Closed
alxy opened this issue Mar 8, 2019 · 3 comments
Closed

No support for Laravel 5.5 and 5.6 #351

alxy opened this issue Mar 8, 2019 · 3 comments

Comments

@alxy
Copy link

alxy commented Mar 8, 2019

For some reason, socialite has no version that works with Laravel 5.5 or 5.6. Especially 5.5 is really bad, as it is a long term release.

Socialite 3.*:

"require": {
        "php": ">=5.6.4",
        "guzzlehttp/guzzle": "~6.0",
        "illuminate/contracts": "~5.4",
        "illuminate/http": "~5.4",
        "illuminate/support": "~5.4",
        "league/oauth1-client": "~1.0"
    },

Socialite 4.*:

"require": {
        "php": "^7.1.3",
        "ext-json": "*",
        "guzzlehttp/guzzle": "~6.0",
        "illuminate/contracts": "~5.7.0|~5.8.0",
        "illuminate/http": "~5.7.0|~5.8.0",
        "illuminate/support": "~5.7.0|~5.8.0",
        "league/oauth1-client": "~1.0"
    },

Is this on purpose?

@driesvints
Copy link
Member

Yes, we only support the latest Laravel release for the libraries. LTS only applies to the framework. Please upgrade.

@daftspunk
Copy link

Just fork the library @alxy these are likely superficial differences anyway

@trandangkhoa489
Copy link

laravel 5.5: composer require laravel/socialite "^3.2.0"
Thằng khứa nào dùng laravel 5.5 hay 5.6 gì mà lỗi như trên thì cài version 3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants