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
It would be great to have a way to mark extensions as optional, to be able to test with the extensions and without the extensions.
This way is possible to test if the code works correctly when the optional extension is not installed.
Maybe a new configuration key like optional_extensions.
We should just continue even tho extensions could not get installed.
Let composer install handle the missing extensions instead, that should also handle the "optional" extensions as expected.
Feature Request
Summary
It would be great to have a way to mark extensions as optional, to be able to test with the extensions and without the extensions.
This way is possible to test if the code works correctly when the optional extension is not installed.
Maybe a new configuration key like
optional_extensions
.The text was updated successfully, but these errors were encountered: