- Status changed to Closed: outdated
4 months ago 2:40pm 4 September 2024 - πΊπΈUnited States effulgentsia
Automatic Updates ended up executing Composer via Symfony's Process component which uses proc_open. In other words, the composer.phar option.
This is closely related to
#3159972: [policy, no patch] Require Composer 2 for Automatic Updates while still supporting Composer 1 for Drupal 9 generally β
. After we have some type of composer v2 available to us, what type of availability should it be? We could embed a version of composer as a phar file. Or we could create a run-time dependency on composer/composer: ^2
that exposes us a PHP API
Closed: outdated
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatic Updates ended up executing Composer via Symfony's Process component which uses proc_open. In other words, the composer.phar option.