Hi,
php-doctrine-annotations used to depend on php-doctrine-lexer (>= 1~),
and is now depending on php-doctrine-lexer (>= 1), generated from
composer.json that contains "doctrine/lexer": "1.*" in require.
Not sure if that’s intended: if not, it’s a bug worth fixing.
It may be intended, since versions are likely to be 1.$something~~$else
at worse, and thus (>= 1) will be higher, bat using (>= 1~) or even
(>= 1~~) may be safer. Feel free to close this issue anyway if that was
intended since the safer view may well be pointless.
Regards
David