mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
chore: add web
as an optional configuration key
This commit is contained in:
parent
acc3c0eda0
commit
fa83cfee63
|
@ -86,6 +86,8 @@ final class BuildConfigurationCommand extends Command
|
|||
'dockerfile' => new Assert\Optional(),
|
||||
|
||||
'php' => new Assert\Optional(),
|
||||
|
||||
'web' => new Assert\Optional(),
|
||||
],
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue