Hey!
Minor issue: Just needs phpstan.dist.neon adding to the supported default Config path. Currently is {phpstan.neon,phpstan.neon.dist}
From the website:
If you do not provide a config file explicitly, PHPStan will look for files named phpstan.neon, phpstan.neon.dist, or phpstan.dist.neon in the current directory.
Cheers