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

Minimum required version Laravel 10.30 #43

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

bessone
Copy link
Contributor

@bessone bessone commented Nov 28, 2024

From version 1.6 with the added and deleted event handling with Laravel versions < 10.30 the error occurs due to the absence of the ShouldDispatchAfterCommit class introduced in Laravel 10.30 (https://laravel-news.com/laravel-10-30-0)

This PR simply modifies the composer.json with the minimum requirements of Laravel 10.30 and related (PHP 8.1, etc...)

@bessone
Copy link
Contributor Author

bessone commented Nov 28, 2024

Related to #42

@mechelon
Copy link
Member

mechelon commented Dec 9, 2024

Thanks!

@mechelon mechelon merged commit 584405f into beyondcode:master Dec 9, 2024
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.

2 participants