auto-detect required extensions from composer.lock or composer.json file
#869
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this actions already has auto-detect PHP version feature. having an auto-detect required extension feature would add benefits
If
composer.lockorcomposer.jsonfile 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-redisand it will be automatically installed instead of adding the extension list to this actions.Beta Was this translation helpful? Give feedback.
All reactions