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 9, 2024
1 parent 04c69fa commit 61c833b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ private function compileWorkflow(array $config): Satellite\Builder\Repository\Wo
$repository = new Satellite\Builder\Repository\Workflow($workflow);

$repository->addPackages(
'php-etl/satellite-contracts:">=0.1.1 <0.2"',
'php-etl/pipeline-contracts:">=0.5.1 <0.6"',
'php-etl/action-contracts:">=0.2.0 <0.3"',
'php-etl/satellite-contracts:>=0.1.1 <0.2',
'php-etl/pipeline-contracts:>=0.5.1 <0.6',
'php-etl/action-contracts:>=0.2.0 <0.3',
'php-etl/workflow:*',
);

Expand Down Expand Up @@ -328,7 +328,7 @@ private function compilePipelineJob(array $config): Satellite\Builder\Repository
$repository = new Satellite\Builder\Repository\Pipeline($pipeline);

$repository->addPackages(
'php-etl/pipeline-contracts:">=0.5.1 <0.6"',
'php-etl/pipeline-contracts:>=0.5.1 <0.6',
'php-etl/pipeline:*',
'php-etl/console-state:*',
'php-etl/pipeline-console-runtime:*',
Expand Down

0 comments on commit 61c833b

Please sign in to comment.