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

feat: Laravel 10 support #320

Merged
merged 9 commits into from
Feb 6, 2023
Merged

feat: Laravel 10 support #320

merged 9 commits into from
Feb 6, 2023

Conversation

DevinCodes
Copy link
Contributor

Q A
Bug fix? no
New feature? no
BC breaks? yes
Related Issue Fix #319
Need Doc update yes

Describe your change

This adds support for the upcoming Laravel 10 release. This means dropping support for PHP 7.x, as well as Laravel 8.x. We also had to replace calls to the deprecated dispatch_now to dispatch_sync.

@DevinCodes DevinCodes marked this pull request as ready for review January 24, 2023 10:44
Copy link

@damcou damcou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@DevinCodes DevinCodes merged commit d27ffec into master Feb 6, 2023
@DevinCodes DevinCodes deleted the chore/laravel-10-support branch February 6, 2023 08:31
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

Successfully merging this pull request may close these issues.

Feature request: Add support for Laravel 10
2 participants