Commit 17193c6
chore(deps): move phpstan/phpdoc-parser to require-dev
Our code never uses PHPStan\PhpDocParser directly; the direct ^2.0 constraint
exists only so PHPStan's RuleTestCase resolves the same parser major as the
bundled phpstan.phar (a dev-tooling concern). It stays installed in prod as a
transitive of phpdocumentor/reflection-docblock, so production is unchanged —
only the redundant direct prod declaration moves to require-dev.
Addresses review feedback on #477.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ec56b02 commit 17193c6
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments