Skip to content

Laravel 6.0 support #146

@dpsarrou

Description

@dpsarrou

Issue / Motivation:

I would like to update my project to laravel 6 and this package's dependency to illuminate/support up to ~5.8.0 is preventing me.

Expected behavior:

composer update should allow me to update the project

Actual behavior:

Composer errors complaining about unsupported dependency.

Steps to reproduce the behavior:

Given composer.json defines a dependency of "laravel/framework": "^6.0", running composer prohibits laravel/framework shows:

socialiteproviders/manager          v3.3.7        requires  illuminate/support (~5.4|~5.7.0|~5.8.0)

Proposed solution:

Add support for "illuminate/support":"~5.4|~5.7.0|~5.8.0|^6.0" similar to how laravel/socialite is supporting it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions