Hi!
Currently, PhpStan has already released a new major version of phpdoc-parser: 2.x.
It would be fine to use this very version, given that it doesn't bring any more restrictions to the dependency tree than 1.x does:
"require": {
"php": "^7.4 || ^8.0"
},
The main reason for depending on a newer version (or another, hello @SerafimArts) is that folks who have phpdoc-parser installed as 2.x in their project won't be able to install typhoon-php packages without first downgrading the former to 1.x.
Hi!
Currently, PhpStan has already released a new major version of
phpdoc-parser:2.x.It would be fine to use this very version, given that it doesn't bring any more restrictions to the dependency tree than 1.x does:
The main reason for depending on a newer version (or another, hello @SerafimArts) is that folks who have
phpdoc-parserinstalled as2.xin their project won't be able to installtyphoon-phppackages without first downgrading the former to 1.x.