Skip to content
Advertisement

Issue while running “composer require lorisleiva/laravel-search-string”

I’ve been trying to install lorisleiva/laravel-search-string but I keep on getting this error. Need this library for the search functionality. Even composer update gives the same error. (just the problem 2 in case of update). I have added the composer.json down below as well. Hope this will okay. Need some guidance. enter image description here

JavaScript

Advertisement

Answer

The given error message tells it all: currently, you have league/oauth1-client installed in v1.7.0 due to any other requirement, and that package is not compatible with guzzlehttp/guzzlev7. You should start checking why that first package got installed through composer why league/oauth1-client – this package has been updated the last time four years ago, and as you also require league/oauth2-client, you could be safe to remove it

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement