This changeset applies a lovely work-around for the broken composer install on legacy PHP on Windows. We've seen broken composer installs on such legacy platforms for the better half of the day and we've already wasted too much time on legacy platforms, so disabling HTTPS here seems reasonable. Note that this will likely be removed as part of upcoming ReactPHP v3 as discussed in https://github.com/orgs/reactphp/discussions/481 or in case the legacy platforms start working again, whichever comes first.
This changeset applies a lovely work-around for the broken composer install on legacy PHP on Windows. We've seen broken composer installs on such legacy platforms for the better half of the day and we've already wasted too much time on legacy platforms, so disabling HTTPS here seems reasonable. Note that this will likely be removed as part of upcoming ReactPHP v3 as discussed in https://github.com/orgs/reactphp/discussions/481 or in case the legacy platforms start working again, whichever comes first.
Refs #305 and https://github.com/composer/composer/issues/5436 Builds on top of #299 and #238