Skip to content

Add Laravel 13 support - #166

Open
lbanchio wants to merge 1 commit into
mpociot:masterfrom
lbanchio:support_l13
Open

Add Laravel 13 support#166
lbanchio wants to merge 1 commit into
mpociot:masterfrom
lbanchio:support_l13

Conversation

@lbanchio

Copy link
Copy Markdown

Add support for Laravel 13 and drop support for Laravel 9.

I'm not sure if this is the best approach, but the only way I found to overcome the incompatibility was dropping support for PHP 8.0 and Laravel 9.

The minimum supported PHP version for this release is 8.1.
The minimum supported Laravel version is 10.

Fixes errors in #165 caused by an outdated illuminate/database version.

fix: bump illuminate/database
@mbardelmeijer

Copy link
Copy Markdown
Contributor

@mpociot would you mind taking a look at this PR? 😄

@matiasbeltramone

Copy link
Copy Markdown

Hi @mpociot 👋

Just a friendly ping on this PR when you have a moment. It adds Laravel 13 support and fixes the issue reported in #165.

Thanks!

@ViperAix

Copy link
Copy Markdown

@mpociot can u check this PR please? :)

carlosmorcerf pushed a commit to hpmais/teamwork that referenced this pull request Aug 10, 2026
Upstream (mpociot/teamwork) has no release supporting Laravel 13: the top
release 10.0.0 still constrains laravel/framework to ^9|^10|^11|^12, and the
repository has had no commits since 2025-05-21.

The package code is already Laravel 13 compatible: the three independent
attempts at L13 support (upstream PRs mpociot#165 and mpociot#166 and the rosigroup fork)
change no PHP file at all -- only composer.json.

This fork exists so HPMAIS can consume the package via a composer vcs
repository until upstream moves. It carries exactly one line of change.
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.

4 participants