Closed benoitchantre closed 2 years ago
I'm working on a package with custom recipes and would like to use phpstan, but it dosen't work, because the distribution file has no extension.
The following config works with phpstan when I rename dep to dep.phar.
dep
dep.phar
parameters: bootstrapFiles: - phar://vendor/deployer/dist/dep.phar/vendor/autoload.php
Would it be possible keep the extension in the distribution and to add a symlink to keep backward compatibility?
Yes, I think we can do it. We just need to keep deployer.phar as is.
Thank you for the quick feedback
I'm working on a package with custom recipes and would like to use phpstan, but it dosen't work, because the distribution file has no extension.
The following config works with phpstan when I rename
dep
todep.phar
.Would it be possible keep the extension in the distribution and to add a symlink to keep backward compatibility?