chore: add web as an optional configuration key

This commit is contained in:
Oliver Davies 2023-02-14 09:23:43 +00:00
parent acc3c0eda0
commit fa83cfee63

View file

@ -86,6 +86,8 @@ final class BuildConfigurationCommand extends Command
'dockerfile' => new Assert\Optional(),
'php' => new Assert\Optional(),
'web' => new Assert\Optional(),
],
);