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

Add support for Laravel 11 #6

Merged
merged 3 commits into from
Mar 28, 2024
Merged

Add support for Laravel 11 #6

merged 3 commits into from
Mar 28, 2024

Conversation

bensherred
Copy link
Collaborator

@bensherred bensherred commented Mar 13, 2024

Overview

  • I have performed a self review of my code
  • I have made corresponding changes to the documentation
  • I have commented my code, particularly in hard-to-understand areas
  • I have added sufficient logging
  • New and existing tests pass locally with my changes
  • The code modified as part of this PR has been covered with tests

Summary

Laravel 11 was released yesterday and therefore we need to update our internal packages to support this new version.

Laravel 11 no longer supports PHP 8.1 and therefore I've created a "1.x" and "2.x" branch so that we can continue to maintain both packages for bug fixes. Going forward new features should only be added to v2 of the package.

@netsells netsells deleted a comment from probot-netsells bot Mar 13, 2024
@netsells netsells deleted a comment from probot-netsells bot Mar 13, 2024
@bensherred bensherred changed the base branch from main to 2.x March 13, 2024 12:40
@netsells netsells deleted a comment from probot-netsells bot Mar 13, 2024
@netsells netsells deleted a comment from probot-netsells bot Mar 13, 2024
@bensherred bensherred requested review from tomchkk and will-hedgehog-lab and removed request for will-hedgehog-lab March 13, 2024 12:41
@bensherred bensherred marked this pull request as ready for review March 13, 2024 12:41
@netsells netsells deleted a comment from probot-netsells bot Mar 13, 2024
@netsells netsells deleted a comment from probot-netsells bot Mar 13, 2024
@bensherred bensherred merged commit 0b19df4 into 2.x Mar 28, 2024
5 of 6 checks passed
@bensherred bensherred deleted the feature/laravel-11-support branch March 28, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants