You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 forexecutable
, and if it's not found, trying again withexecutable.phar
. It would be a little ugly, but it would work if we decide it's important.ExecutableFinder::addSuffix()
has no effect symfony/symfony#52679.php
instead of executing it directly.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.
The text was updated successfully, but these errors were encountered: