laravel-gmail icon indicating copy to clipboard operation
laravel-gmail copied to clipboard

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

Open spnetclues opened this issue 2 years ago • 2 comments

image

spnetclues avatar Jul 05 '23 10:07 spnetclues

I am having the same issue

binaynova avatar Dec 08 '23 12:12 binaynova

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

binaynova avatar Dec 14 '23 15:12 binaynova