oseintow / laravel-shopify

Laravel Shopify Package
71 stars 42 forks source link

Issue installing with Laravel 8.0 #39

Open jmanzo opened 3 years ago

jmanzo commented 3 years ago

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:

Captura de Pantalla 2021-01-21 a la(s) 4 35 09 a  m

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

danjdewhurst commented 3 years ago

Laravel 8 requires guzzlehttp/guzzle version 7. This package requires version 6.

See: https://github.com/oseintow/laravel-shopify/pull/38

filipbekic01 commented 3 years ago

Any plans on approving the PR?

Anjali-Maru commented 2 years ago

@jmanzo What solution did you find for this error? I also got an error in Laravel 8 image