Commit 0a966ba
fix!: drop PHP 7.4–8.1 support to address insecure dependencies
PHP 7.4, 8.0, and 8.1 are all end-of-life and block upgrading
dependencies with known security vulnerabilities. This raises the
minimum supported PHP version to 8.2.
Changes:
- composer.json: PHP ^8.2, PHPUnit ^10.0||^11.0, PHPStan ^1.0.0
- CI matrix: ['8.2', '8.3', '8.4', '8.5']
- phpunit.xml: replace deprecated filter/whitelist with source/include
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6af2fc5 commit 0a966ba
3 files changed
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
0 commit comments