feat: add Laravel 13 and PHP 8.5 support - #259
Conversation
|
@stobrien89 Could you please take a look and merge this? 😄 Is quite a big blocker on all our Laravel projects 😞 |
|
Hi all, sorry for the delay. Working to get this reviewed and merged. |
12309d1 to
b800aff
Compare
|
Was running into some security advisories on install with 6, 7 and 8. I checked Laravel's support matrix and think it would be reasonable to drop support for these versions given the length of their EOL status. 9 is recent enough to keep, IMO. |
Seems right to me. Would it be a dumb idea to update to |
Add Laravel 13 compatibility by updating composer.json constraints, README references, and CI test matrix. Also add PHP 8.5 to the CI matrix for all supported Laravel versions. Signed-off-by: Marjo Wenzel van Lier <marjo.vanlier@gmail.com>
b800aff to
72b43ba
Compare
If you're referring to this package, we'll definitely do a minor version bump. If there are deprecated patterns or other things in the codebase that need to be updated, we can come back and address those once we unblock the support for 13. If you're referring to the SDK, I bumped the floor in |
|
Thanks for the contribution @MarjovanLier! |
|
Changes are available in |
Summary
^13.0) toilluminate/supportconstraint incomposer.json, description, and keywords3.366.0(8.5 support introduced)README.mdversion referencesTest plan