- Issue created by @phenaproxima
- Merge request !12822Determine path to Composer by reading its info β (Closed) created by phenaproxima
- π¬π§United Kingdom catch
This seems like a reasonable approach to me. I was thinking we'd want to do it on composer install/update ... somewhere... , but since we're already checking file_exists(), checking is_executable() at the same time isn't much more work.
- πΊπΈUnited States tim.plunkett Philadelphia
As a follow-up to β¨ Package Manager should use a copy of Composer that is local to the current project, if available Active this makes sense
- πΊπΈUnited States phenaproxima Massachusetts
Switched those to non-static class properties. I'm going to boldly restore the RTBC here because it wasn't a substantive logic change, and reviewer time is quite short these days, and I'm really hoping to get this backported into 11.2.3. :)
- π¬π§United Kingdom catch
Committed/pushed to 11.x and cherry-picked to 11.2.x, thanks!