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

Update version constraint for illuminate/contracts #17

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

Safemood
Copy link
Owner

This PR updates the version constraint for illuminate/contracts to ensure compatibility with Laravel 10.x and 11.x. Previously, the constraint was set to "^10.0|^11.0", which allowed for Laravel 10.x and 11.0. With this update, the constraint is adjusted to "^10|^11.1", which includes Laravel 11.1 and above. This change ensures that users can utilize the latest features and fixes provided by Laravel.

@Safemood Safemood linked an issue Mar 27, 2024 that may be closed by this pull request
@Safemood Safemood merged commit 3e79a26 into main Mar 27, 2024
9 checks passed
@Safemood Safemood deleted the 16-bug-doesnt-work-with-laravel-11 branch March 27, 2024 13:29
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.

[Bug]: Doesn't work with Laravel 11
1 participant