Skip to content

Incorrect rendering of non-satisfied version constraints #312

@TimWolla

Description

@TimWolla

Running inside a php:8.5-rc Docker container:

root@3bee914b171a:/tmp# php pie.phar install beberlei/hdrhistogram:dev-master
🥧 PHP Installer for Extensions (PIE) 1.1.0-rc.1, from The PHP Foundation
You are running PHP 8.5.0alpha4
Target PHP installation: 8.5.0alpha4 nts, on Linux/OSX/etc x86_64 (from /usr/local/bin/php)

Could not install package: beberlei/hdrhistogram
Unable to find an installable package beberlei/hdrhistogram for version dev-master, with minimum stability dev.

Cannot use beberlei/hdrhistogram's latest version 9999999-dev as it requires php >=7.0,

Did you mean this?
 - beberlei/hdrhistogram (provides extension: hdrhistogram): A PHP extension wrapper for the C hdrhistogram API.

Cannot use beberlei/hdrhistogram's latest version 9999999-dev as it requires php >=7.0,

This should read:

Cannot use beberlei/hdrhistogram's latest version 9999999-dev as it requires php >=7.0,<8.5

instead. Is this some issue with the < symbol?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmaintainer investigatingThis ticket is being investigated by maintainers. Please check with us before contributing PRs etc!

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions