Skip to content
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

Add support for PHAR executables #356

Open
1 of 3 tasks
TravisCarden opened this issue Apr 9, 2024 · 1 comment
Open
1 of 3 tasks

Add support for PHAR executables #356

TravisCarden opened this issue Apr 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@TravisCarden
Copy link
Collaborator

TravisCarden commented Apr 9, 2024

Due to an issue with Symfony Process, Composer Stager does not currently detect Composer if it has a .phar extension. If that issue isn't resolved, we could work around it by searching for executable, and if it's not found, trying again with executable.phar. It would be a little ugly, but it would work if we decide it's important.

11/19/2024 - As discovered in #399, it will take a little more than just finding a PHAR to run it properly--at least on Windows.

@TravisCarden TravisCarden added the bug Something isn't working label Apr 9, 2024
@TravisCarden
Copy link
Collaborator Author

FYI @tedbow @phenaproxima: This could affect Automatic Updates if we find a lot of hosts have Composer installed with a .phar extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant