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

Detect required PHP extensions from locked dependencies #91

Open
boesing opened this issue Jun 30, 2022 · 0 comments
Open

Detect required PHP extensions from locked dependencies #91

boesing opened this issue Jun 30, 2022 · 0 comments

Comments

@boesing
Copy link
Member

boesing commented Jun 30, 2022

Feature Request

Q A
New Feature yes
BC Break no

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 the require section of their composer.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant