Skip to content

Commit

Permalink
Updated included dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jan 16, 2024
1 parent 35a53d0 commit e6e4fa4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
);

Expand Down Expand Up @@ -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',
);
Expand Down

0 comments on commit e6e4fa4

Please sign in to comment.