dacastro4 / laravel-gmail

Laravel wrapper for the Gmail API
MIT License
289 stars 133 forks source link

I have got issue in php version 8.1 Is it available for PHP version 8.1 or laravel10? #263

Open spnetclues opened 1 year ago

spnetclues commented 1 year ago

image

binaynova commented 9 months ago

I am having the same issue

binaynova commented 9 months ago

To do so, temporarily add Shift's fork to the repositories property of your composer.json:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/laravel-shift/laravel-gmail.git"
        }
    ]
}

Then update your dependency constraint to reference this branch:

{
    "require": {
        "dacastro4/laravel-gmail": "dev-l10-compatibility",
    }
}

Finally, run: composer update