Commit 369ae54
Claim root dev dependencies in linked test resolution
Composer installs the root package's require-dev alongside require, and
the ../* path repository shadows any sibling on Packagist. cli's dev
dependency on console resolved fine until console was absorbed; then the
path repo offered it as dev-main, unclaimed, failing the 0.0.* constraint.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 7a81788 commit 369ae54
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
205 | 210 | | |
206 | 211 | | |
207 | 212 | | |
| |||
0 commit comments