-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distribute a single PHAR file as composer package #134
Comments
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. |
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. |
I found this to be a necessary package, so I made one and released it here: https://github.com/johnpbloch/wp-cli-phar If any of that would be useful for this effort, the code's MIT and free for the taking. |
Never mind, I didn't look for the resulting repo before commenting 😅 I'm glad this is officially supported now! |
https://github.com/wp-cli/wp-cli-shim seem not to be included in the release process. |
Currently the phar file update is manual.
Could we create a Composer package that contains only the phar file?
The text was updated successfully, but these errors were encountered: