You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #58, we introduced the extension detection from composer.json.
However, I've seen a comment in #80 where a project had to add an extension to its .laminas-ci.json because it is required by a 3rd-party dependency.
I was thinking about that and I came to the conclusion, that it might be possible to iterate through the composer.lock packages to actually detect all PHP extensions from the require section of their composer.json.
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
In #58, we introduced the extension detection from
composer.json
.However, I've seen a comment in #80 where a project had to add an extension to its
.laminas-ci.json
because it is required by a 3rd-party dependency.I was thinking about that and I came to the conclusion, that it might be possible to iterate through the
composer.lock
packages to actually detect all PHP extensions from therequire
section of theircomposer.json
.The text was updated successfully, but these errors were encountered: