reactphp / socket

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
https://reactphp.org/socket/
MIT License
1.21k stars 157 forks source link

Work around broken composer install for legacy PHP on Windows #306

Closed clue closed 1 year ago

clue commented 1 year ago

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