telegram-notifications icon indicating copy to clipboard operation
telegram-notifications copied to clipboard

Can not install this extension

Open beatific-angel opened this issue 3 years ago • 1 comments

I saw the minium requirement is >= laravel version 5.5 my laravel project is 6.0 but I can not install this extension via composer. please see this error image

beatific-angel avatar May 03 '22 03:05 beatific-angel

@Beatific-Angel laravel uses the guzzle dependency since laravel 7, if you can't upgrade the framework version, try to install the guzzlehttp/guzzle dependency.

fm96-dev avatar May 09 '22 13:05 fm96-dev