Laravel 13.x Compatibility - #165
Conversation
|
|
|
|
|
⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch. To do so, temporarily add Shift's fork to the {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel-shift/teamwork.git"
}
]
}Then update your dependency constraint to reference this branch: {
"require": {
"mpociot/teamwork": "dev-l13-compatibility",
}
}Finally, run: |
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.
This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 13.x.
Before merging, you need to:
l13-compatibilitybranchIf you do find an issue, please report it by commenting on this PR to help improve future automation.