igdwebdev / laravel-trustpilot

MIT License
4 stars 10 forks source link

Laravel 8 support #2

Closed lBodia closed 3 years ago

McCaulay commented 3 years ago

@lBodia I think for laravel 8 support it would need to be this.

        "illuminate/support": "^6.0|^7.0|^8.0",
        "illuminate/contracts": "^6.0|^7.0|^8.0",
        "guzzlehttp/guzzle": "~6.0|^7.0",

Do you want to make them changes then i'll merge them in?

lBodia commented 3 years ago

Sure, will do it now. Thanks