composer-stager icon indicating copy to clipboard operation
composer-stager copied to clipboard

Add support for PHAR executables

Open TravisCarden opened this issue 10 months ago • 1 comments

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.

  • [ ] See if the issue can be fixed upstream in https://github.com/symfony/symfony/pull/52679.
  • [ ] If not, work around it as proposed above.
  • [ ] Remove it from Limitations and known issues.

TravisCarden avatar Apr 09 '24 20:04 TravisCarden