laravel-scope-checks icon indicating copy to clipboard operation
laravel-scope-checks copied to clipboard

Conflict with illuminate/support while installing

Open rahulhaque opened this issue 5 years ago • 0 comments

Maybe the problem occurred because Laravel already ships with the illuminate/support package by default for its Str:: helper methods.

Problem 1
    - Root composer.json requires beyondcode/laravel-scope-checks ^1.0 -> satisfiable by beyondcode/laravel-scope-checks[1.0.0].
    - beyondcode/laravel-scope-checks 1.0.0 requires illuminate/support 5.8.*|^6.0 -> found illuminate/support[v5.8.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev] but it conflicts with another require.

rahulhaque avatar Jan 13 '21 08:01 rahulhaque