Commit 93aad0d
Support Laravel 12.60+/13.10+ only, drop EOL Laravel 11
Modernises the supported framework range:
- Drop Laravel 11: security support ended 2026-03-12, so the package
no longer targets an EOL framework. Breaking change -> next major.
- Pin CRLF-injection-patched versions (GHSA-5vg9-5847-vvmq): floors
raised to 12.60 and 13.10, which exclude every affected release.
- Add Laravel 13 support: orchestra/testbench ^11 and the Pest 4
ecosystem (pest, pest-plugin-arch, pest-plugin-laravel) which is the
first line to support Laravel 13.
- CI matrix now covers Laravel 12 (testbench 10) and Laravel 13
(testbench 11) on PHP 8.3 and 8.4; Laravel 11 rows removed.
- README: supported version note updated to "Laravel 12+".
Full test suite (151 tests) passes on Laravel 13; composer audit clean.
Changelog: changed
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b4c6434 commit 93aad0d
3 files changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments