Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 17, 2022
Merged

Conversation

soren121
Copy link
Contributor

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 francoispluchino merged commit a5f6ddc into fxpio:1.2 Apr 17, 2022
@francoispluchino
Copy link
Member

@soren121 Thank you

@francoispluchino francoispluchino requested review from francoispluchino and removed request for francoispluchino April 17, 2022 15:30
@francoispluchino francoispluchino added this to the 1.2 milestone Apr 17, 2022
@soren121 soren121 deleted the composer-2.3-fix branch April 17, 2022 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Default value of "manager-timeout" setting is incompatible with Composer 2.3+
2 participants