aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-22 16:17:03 +0900
committernsfisis <nsfisis@gmail.com>2026-02-22 16:17:03 +0900
commit6490fe43676919bc1dcc8659ec4e52da225f92e6 (patch)
tree287d552b381112275cd9aa1fb1b0db67065ed973 /crates/mozart
parentbae2d1f87f6984b9e8929dc538d9c1d37a26e638 (diff)
downloadphp-mozart-6490fe43676919bc1dcc8659ec4e52da225f92e6.tar.gz
php-mozart-6490fe43676919bc1dcc8659ec4e52da225f92e6.tar.zst
php-mozart-6490fe43676919bc1dcc8659ec4e52da225f92e6.zip
fix(constraint): handle single pipe OR separator in version constraints
Composer uses `|` (single pipe) as the standard OR separator, but split_or() only recognized `||` (double pipe). This caused disjunctive constraints like `^6.0|^7.0|^8.0` to be parsed as only `^6.0`, breaking dependency resolution for packages like laravel/tinker. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'crates/mozart')
0 files changed, 0 insertions, 0 deletions