404labfr/laravel-impersonate

Having problem installing the package.

KhairulAzmi21 opened this issue · 3 comments


Screenshot 2021-03-12 at 11 40 04

Hi, I can install because of guzzle problem . Im using laravel version 7.28.1 .

Anyone knows why?

One approach:
rm -rf vendor composer.lock to delete all your existing dependency locks.
Then run composer require ....... again.

One approach:
rm -rf vendor composer.lock to delete all your existing dependency locks.
Then run composer require ....... again.

Hi sir thanks for answering , I try do what you suggest still having problem .
Apparently I able to solve it by added this line "guzzlehttp/guzzle": "^6.3", in my composer.json. I not sure why this happen .