Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
spnetclues opened this issue Jul 5, 2023 · 2 comments

Comments

@spnetclues
Copy link

image

@binaynova
Copy link

I am having the same issue

@binaynova
Copy link

binaynova commented Dec 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants