Commit a454284
committed
feat: add PHP 8.5 support
Add support for PHP 8.5 while maintaining backward compatibility
with PHP 8.2, 8.3, and 8.4.
Changes:
- Update composer.json PHP version constraint to include ~8.5.0
- Update composer.lock with PHP 8.5 compatible dependencies
- Add PHP 8.5 to GitHub Actions CI/CD test matrix
- Fix PHPStan errors (offsetAccess.invalidOffset in Item.php)
- Remove unnecessary phpstan-ignore annotation in RequestDeduplicationMiddleware
- Update CHANGELOG.md for version 3.3.0
All tests passing on PHP 8.5.0 (502 tests, 808 assertions)1 parent 725955e commit a454284
6 files changed
Lines changed: 1000 additions & 677 deletions
File tree
- .github/workflows
- src
- Downloader/Middleware
- ItemPipeline
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments