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: add support Laravel 11 #5

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

bensherred
Copy link
Contributor

@bensherred bensherred commented Mar 13, 2024

JIRA Status

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 requested a review from tomchkk March 13, 2024 13:21
@bensherred bensherred merged commit e1fe03a into main Mar 28, 2024
5 of 6 checks passed
@bensherred bensherred deleted the feature/laravel-11-support branch March 28, 2024 10:13
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