This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Consider determining and enabling PHP extensions depending on requirements in composer.json
#713
Closed
1 task done
Labels
enhancement
New feature or request
Describe the feature
Similar to #629, perhaps it would be useful to disable all PHP extensions, and determine and enable PHP extensions depending on requirements in
composer.json
.I understand that this could be a bit problematic, because some could have dependencies on PHP extensions that are not directly or indirectly documented in
composer.json
, for example:Version
v2
.Underlying issue
n/a
Describe alternatives
Alternatives include manually disabling and then enabling all required PHP extensions.
Additional context
n/a
Are you willing to submit a PR?
n/a
The text was updated successfully, but these errors were encountered: