Commit ba0659b
ci: pin symfony/console to ^7 (Infection vs Symfony Console 8 break)
symfony/console v8.1.0 (2026-05-29) crashes Infection 0.33.x's mutation
runner with 'Unknown service Symfony\Component\Console\Helper\QuestionHelper',
failing composer mutation:ci on every fresh resolve. The lockfile is
gitignored so CI always resolves latest; illuminate v13 permits Symfony 8.
Pin holds the dev toolchain at symfony/console v7.4.x. Verified mutation
gate green (Covered Code MSI 81% >= 75). Revisit when Infection supports
Symfony Console 8.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e3572b9 commit ba0659b
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments