composer / package-versions-deprecated

:package: Composer addon to efficiently get installed packages' version numbers
MIT License
1.51k stars 9 forks source link

PHP 8 is not allowed by the PHP version constraint #7

Closed morozov closed 4 years ago

morozov commented 4 years ago

The package description states that it:

[…] provides compatibility with Composer 1 and 2 on PHP 7+

It implies that PHP 8 is also supported but it's not allowed by the PHP version constraint:

https://github.com/composer/package-versions-deprecated/blob/dd51b4443d58b34b6d9344cf4c288e621c9a826f/composer.json#L16-L17

morozov commented 4 years ago

@Seldaek is it a valid issue or I'm doing something wrong? See https://github.com/doctrine/dbal/issues/4200#issuecomment-670726800.

Seldaek commented 4 years ago

Yup seems valid just haven't had time to deal with it yet.

Seldaek commented 4 years ago

1.10.99.1 is out fixing this.

morozov commented 4 years ago

Thanks, @Seldaek!