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

Marking extensions as optional #283

Open
MauricioFauth opened this issue Oct 1, 2023 · 1 comment
Open

Marking extensions as optional #283

MauricioFauth opened this issue Oct 1, 2023 · 1 comment

Comments

@MauricioFauth
Copy link
Contributor

MauricioFauth commented Oct 1, 2023

Feature Request

Q A
New Feature yes
RFC yes
BC Break no

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.

@boesing
Copy link
Member

boesing commented Oct 1, 2023

My 2cents here

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.

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

2 participants