From e6e4fa4628cbfbeaf1de24535df5bb07297f1ddf Mon Sep 17 00:00:00 2001 From: sebprt Date: Tue, 16 Jan 2024 14:58:38 +0100 Subject: [PATCH] Updated included dependencies --- src/Service.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Service.php b/src/Service.php index 904b6f87..6fbb5210 100644 --- a/src/Service.php +++ b/src/Service.php @@ -238,12 +238,10 @@ private function compileWorkflow(array $config): Satellite\Builder\Repository\Wo 'php-etl/pipeline-contracts:>=0.5.1 <0.6', 'php-etl/action-contracts:>=0.2.0 <0.3', 'php-etl/workflow:*', - 'php-etl/console-state:*', 'php-etl/workflow-console-runtime:*', 'psr/log:*', 'monolog/monolog:*', 'symfony/dotenv:^6.0', - 'symfony/console:^6.0', 'symfony/dependency-injection:^6.0', ); @@ -338,11 +336,9 @@ private function compilePipelineJob(array $config): Satellite\Builder\Repository 'php-etl/satellite-contracts:>=0.1.1 <0.2', 'php-etl/pipeline-contracts:>=0.5.1 <0.6', 'php-etl/pipeline:*', - 'php-etl/console-state:*', 'php-etl/pipeline-console-runtime:*', 'psr/log:*', 'monolog/monolog:*', - 'symfony/console:^6.0', 'symfony/dotenv:^6.0', 'symfony/dependency-injection:^6.0', );