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

Not supported for Laravel 10 #269

Open
binaynova opened this issue Dec 8, 2023 · 3 comments
Open

Not supported for Laravel 10 #269

binaynova opened this issue Dec 8, 2023 · 3 comments

Comments

@binaynova
Copy link

Not supported for Laravel 10

@MarekOtruba
Copy link

Did you find some similar but still relevant library for Laravel 10?

@binaynova
Copy link
Author

Yes, 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

@mthorsdal
Copy link

Even easier, you can now just use "dacastro4/laravel-gmail": "dev-master" version for laravel 10 with illuminate/auth 10 etc

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

3 participants