Open ricpelo opened 9 months ago
Hi @ricpelo does it work with PHP 8.1?
According with https://github.com/yiisoft/yii2-apidoc/issues/297#issuecomment-1664037132 this package should support php 8.2 (or later, I think).
You have nikic/php-parser
in v5 but api-doc currently supports ^4.0.
Your current options:
nikic/php-parser
to v4nikic/php-parser
v5 (should be straight forward I think).I think nikic/php-parser
comes from the dev requirement phpunit/phpunit
included in the advanced template, while the basic template doesn't have such requirement. Anyway, if the project requires BS5, this package won't be installed neither because of apidoc requires bs2-3.
What steps will reproduce the problem?
What's expected?
The package is installed.
What do you get instead?
Additional info