If composer.lock available, build full list of extensions for a PHP project pie install
#222
Labels
enhancement
New feature or request
maintainer investigating
This ticket is being investigated by maintainers. Please check with us before contributing PRs etc!
The initial implementation of
pie install
(when cwd is a PHP project) is to examine the root package and compile a list of extensions required. A more complete implementation should actually usecomposer.lock
to compile the list of extensions required through transitive dependencies as well.Example:
At the moment,
ext-baz
would NOT be picked for install (since we only look at the root package links).Also note this comment from Stof:
NOTE: this is work in progress already
The text was updated successfully, but these errors were encountered: