Commit b9f5722
feat(deps): support Symfony 8 (#68)
Add `| ^8` to symfony/process (require) and symfony/filesystem,
symfony/finder, symfony/http-client (require-dev).
Symfony 8.0 requires PHP 8.4+, so users on PHP 8.2/8.3 will continue
to resolve Symfony 7.x or 6.4 via Composer's platform check. The
library's lower bound stays at PHP 8.2.
Tested with PHP 8.5.6 + Symfony 8.0.x (prefer-stable) and PHP 8.2.31
with Symfony 6.4/5.x (prefer-lowest): 94/94 tests pass, zero PHPStan
errors, examples run cleanly.
Co-authored-by: Philippe S <philippe.segatori@wishgroupe.com>1 parent 14a629d commit b9f5722
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments