-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
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
Labels
No labels