Commit 64ad4d3
Add Laravel 13 support (#2923)
* Bump dependencies for Laravel 13
* Update GitHub Actions for Laravel 13
* Try ^13 instead of '13.0'
* Modify testbench versions
Updated testbench versions for Laravel matrix testing.
* Match matrix strings
* Add PHP 8.5 support, fix coverage warnings, ensure Pest 4/PHPUnit 12
* Update pest-plugin-laravel constraint and drop prefer-lowest
- Allow pestphp/pest-plugin-laravel ^4.1 for Laravel 13 support
- Drop prefer-lowest from CI matrix (causes failures with old testbench)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Allow laravel/passport ^13.0 for Laravel 13 compatibility
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Upgrade to laravel/passport ^13.0 and fix test setup
Passport 13 changed the client schema (redirect_uris instead of redirect,
grant_types instead of personal_access_client/password_client) and
the passport:client command now requires --provider for personal clients.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Shift <shift@laravelshift.com>
Co-authored-by: Chris Brown <code@drbyte.dev>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 53bc645 commit 64ad4d3
3 files changed
Lines changed: 22 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | | - | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
16 | 22 | | |
17 | 23 | | |
18 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments