From fa83cfee63f99d5e2d80a42b7349679f772c93f9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 14 Feb 2023 09:23:43 +0000 Subject: [PATCH] chore: add `web` as an optional configuration key --- src/Console/Command/BuildConfigurationCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Console/Command/BuildConfigurationCommand.php b/src/Console/Command/BuildConfigurationCommand.php index c80d291..5ad934a 100644 --- a/src/Console/Command/BuildConfigurationCommand.php +++ b/src/Console/Command/BuildConfigurationCommand.php @@ -86,6 +86,8 @@ final class BuildConfigurationCommand extends Command 'dockerfile' => new Assert\Optional(), 'php' => new Assert\Optional(), + + 'web' => new Assert\Optional(), ], );