diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-22 16:17:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-22 16:17:03 +0900 |
| commit | 6490fe43676919bc1dcc8659ec4e52da225f92e6 (patch) | |
| tree | 287d552b381112275cd9aa1fb1b0db67065ed973 /crates/mozart-autoload/src/autoload.rs | |
| parent | bae2d1f87f6984b9e8929dc538d9c1d37a26e638 (diff) | |
| download | php-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-autoload/src/autoload.rs')
0 files changed, 0 insertions, 0 deletions
