I have been trying to install this dependency on my Laravel 8.0 application, but it fails. You can see here the message of error I'm getting:
Any idea of how can I fix this? I have been looking for a solution on the internet but seems like nobody has had this issue with Laravel 8.0 yet.
I attach the exact log error here:
`Problem 1
Root composer.json requires oseintow/laravel-shopify ^2.0 -> satisfiable by oseintow/laravel-shopify[v2.0.0].
oseintow/laravel-shopify v2.0.0 requires guzzlehttp/guzzle ^6.2 -> found guzzlehttp/guzzle[6.2.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.2).`
I have been trying to install this dependency on my Laravel 8.0 application, but it fails. You can see here the message of error I'm getting:
Any idea of how can I fix this? I have been looking for a solution on the internet but seems like nobody has had this issue with Laravel 8.0 yet.
I attach the exact log error here: `Problem 1