phpstan/phpstan-shim

nikic/php-parser dependency

michalkleiner opened this issue · 3 comments

If my understanding is correct, does the package, providing a standalone phar executable, need to reference the nikic/php-parser as a replacement dependency?

If so, would it be possible to soften it to ^3 || ^4?

Currently, it's conflicting with SilverStripe framework admin module's requirement of version 3.

I also PR'd it on the other side
silverstripe/silverstripe-framework#8281

Ok, no problem. Hopefully, SS will accept the PR at their end which should resolve it. Thanks!