wp-cli-bundle
wp-cli-bundle copied to clipboard
Distribute a single PHAR file as composer package
Currently the phar file update is manual.
Could we create a Composer package that contains only the phar file?
I'm not sure I understand. Can you elaborate what you mean by that?
There could be a composer package named wp-cli/wp-cli-phar which would contain only 1 phar file. This way we could prevent dependency conflicts.
See https://github.com/phpstan/phpstan-shim
Sounds like a good idea. Are you into providing a PR for that? If so, let me know and I'll create the corresponding repository.