auto-detect required extensions from composer.lock
or composer.json
file
#869
Unanswered
IndraGunawan
asked this question in
Ideas / RFC
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this actions already has auto-detect PHP version feature. having an auto-detect required extension feature would add benefits
If
composer.lock
orcomposer.json
file exists then those exts will be automatically enabled/installed, by default it will install the latest version of the required texts.so if the project requires
ext-redis
and it will be automatically installed instead of adding the extension list to this actions.Beta Was this translation helpful? Give feedback.
All reactions