fxpio / foxy

A fast, reliable, and secure NPM/Yarn/pnpm bridge for Composer
https://foxypkg.com
MIT License
173 stars 21 forks source link

Change manager-timeout default to PHP_INT_MAX to fix compatibility with Composer 2.3+ #45

Closed soren121 closed 2 years ago

soren121 commented 2 years ago

This fixes #44.

Composer 2.3+ has made the parameter of ProcessExecutor::setTimeout an int value, so to mimic an unlimited timeout, we'll now use PHP_INT_MAX as the default value.

francoispluchino commented 2 years ago

@soren121 Thank you