-
Notifications
You must be signed in to change notification settings - Fork 52
436: pre-packaged binary exts #489
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
base: 1.4.x
Are you sure you want to change the base?
Conversation
…ackaged-binary and a bunch of tests to be implemented
| $package->downloadUrlMethod = DownloadUrlMethod::tryFrom($phpExtOptions['download-url-method']); | ||
| /** @var string|list<string> $extOptionValue */ | ||
| $extOptionValue = $phpExtOptions['download-url-method']; | ||
| $methods = is_array($extOptionValue) ? $extOptionValue : [$extOptionValue]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs Composer to be updated & released with this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs composer/composer#12727 to be merged and released, then we can update Composer dependency to this
Fixes #436